Skip to content

Commit

Permalink
Moved README.md to README.rst so it can be used to make pypi page as …
Browse files Browse the repository at this point in the history
…well.
  • Loading branch information
Sureiya committed Nov 12, 2013
1 parent 94a89c0 commit 0b8a7bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [0.1.0](/compare/0.1.0...0.1.0)

* [94a89c0](/commit/94a89c0) Lowered the number of test posts generated
* [81f260c](/commit/81f260c) Updated package name
* [59870dc](/commit/59870dc) Added Makefile with clean command to remove extra files added by testing and packaging
* [490f061](/commit/490f061) Added files needed for packaging, installation, and automated testing.
* [2b7188c](/commit/2b7188c) Added .gitignore
Expand All @@ -15,10 +17,4 @@
* [bbc19d8](/commit/bbc19d8) simplejson should not be required.
* [cd95914](/commit/cd95914) django_clickbank is feature complete
* [ef8467d](/commit/ef8467d) Initial commit of django_clickbank
* [a70dc20](/commit/a70dc20) Moved to subfolder for packaging
* [b6da793](/commit/b6da793) Fixed date conversion Documentation added where missing PEP8 and flake8 run-through
* [5c26e29](/commit/5c26e29) More json fallback for missing simplejson
* [c80e3cd](/commit/c80e3cd) Fixed invalid settings
* [bbc19d8](/commit/bbc19d8) simplejson should not be required.
* [cd95914](/commit/cd95914) django_clickbank is feature complete
* [ef8467d](/commit/ef8467d) Initial commit of django_clickbank

File renamed without changes.
2 changes: 1 addition & 1 deletion django_clickbank/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.0'
__version__ = '0.1.1'
__url__ = ''

0 comments on commit 0b8a7bd

Please sign in to comment.