Skip to content

Commit

Permalink
Bump version to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
codeinthehole committed Jan 22, 2015
1 parent 5de5e47 commit c576e18
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,12 @@
Changelog
=========

0.8
===

* Django 1.7 support
* Fix localisation bug

0.7
===

Expand Down
1 change: 0 additions & 1 deletion sandbox/sandbox/settings.py
Expand Up @@ -131,7 +131,6 @@
'django.contrib.flatpages',
'django_extensions',
'debug_toolbar',
'south',
'stores',
'compressor',
]
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -4,10 +4,10 @@

setup(
name='django-oscar-stores',
version="0.7",
url='https://github.com/tangentlabs/django-oscar-stores',
author="Tangent Snowball",
author_email="oscar@tangentlabs.co.uk",
version="0.8",
url='https://github.com/django-oscar/django-oscar-stores',
author="David Winterbottom",
author_email="david.winterbottom@gmail.com",
description="An extension for Oscar to include stores",
long_description=open(
os.path.join(os.path.dirname(__file__), 'README.rst')).read(),
Expand Down

0 comments on commit c576e18

Please sign in to comment.