Skip to content

Commit

Permalink
Update setup and changelog for version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mghughes committed Sep 9, 2015
1 parent 434a9cf commit 6485995
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Release Notes
=============

0.5.1
-----

* Add key prefix tests

0.5.0
-----

Expand Down
2 changes: 1 addition & 1 deletion multisite/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .threadlocals import SiteDomain, SiteID

VERSION = "0.5.0"
VERSION = "0.5.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def long_description():


setup(name='django-multisite',
version='0.5.0',
version='0.5.1',
description='Serve multiple sites from a single Django application',
long_description=long_description(),
author='Leonid S Shestera',
Expand Down

0 comments on commit 6485995

Please sign in to comment.