Skip to content

Commit

Permalink
Update setup and changelog for version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rebkwok committed Sep 3, 2015
1 parent 846fb6b commit 575e659
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
=============
Release Notes
=============

0.5.0
-----

* Allow use of cache key prefixes from the CACHES settings if CACHE_MULTISITE_KEY_PREFIX not set
2 changes: 2 additions & 0 deletions multisite/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
from .threadlocals import SiteDomain, SiteID

VERSION = "0.5.0"
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.4.1',
version='0.5.0',
description='Serve multiple sites from a single Django application',
long_description=long_description(),
author='Leonid S Shestera',
Expand Down

0 comments on commit 575e659

Please sign in to comment.