Skip to content

Commit

Permalink
Bump up version to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mghughes committed Jan 13, 2016
1 parent 2b1601f commit 930a6da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Release Notes
=============

1.2.4
-----
* Fix domain validation so it's called after the pre_save signal

1.2.3
-----
* Fix a broken test, due to a django uniqueness constraint in 1.9
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 = "l.2.3"
VERSION = "l.2.4"
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='1.2.3',
version='1.2.4',
description='Serve multiple sites from a single Django application',
long_description=long_description(),
author='Leonid S Shestera',
Expand Down

0 comments on commit 930a6da

Please sign in to comment.