Skip to content

Commit

Permalink
Version bump, Changelog bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Glass committed Jul 5, 2011
1 parent 77bb572 commit 32d92db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.rst
@@ -1,8 +1,12 @@
Version 0.0.6
=============

(Bugfix release)

* Various bugfixes
* Creating AddressModels for use with the checkout view (the default ones at
least) were bugged, and would spawn two instances of Address for every user.
least) were bugged, and would spawn new instances on form post, instead of
updating the user's already existing ones.
* Removed redundant payment method field on the Order model.
* The "thank you" view does not crash anymore when it's refreshed. It now
displays the last order the user placed.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
author="Christopher Glass",
author_email="tribaal@gmail.com",
name='django-shop',
version='0.0.5',
version='0.0.6',
description='An Advanced Django Shop',
long_description=open(os.path.join(os.path.dirname(__file__), 'README.rst')).read(),
url='http://www.django-shop.org/',
Expand Down

0 comments on commit 32d92db

Please sign in to comment.