Skip to content

Commit 136fd26

Browse files
committed
Bump up version to 1.2.1
1 parent ad9ed12 commit 136fd26

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Release Notes
33
=============
44

5+
1.2.1
6+
-----
7+
8+
* Remove django.utils.unittest (deprecated in 1.9)
9+
* Use post_migrate instead of post_syncdb in > 1.7
10+
511
1.2.0
612
-----
713

multisite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .threadlocals import SiteDomain, SiteID
22

3-
VERSION = "1.2.0"
3+
VERSION = "1.2.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def long_description():
1111

1212

1313
setup(name='django-multisite',
14-
version='1.2.0',
14+
version='1.2.1',
1515
description='Serve multiple sites from a single Django application',
1616
long_description=long_description(),
1717
author='Leonid S Shestera',

0 commit comments

Comments
 (0)