Skip to content

Commit a194ae5

Browse files
committed
fix packaging problem with wheel distribution
The 3.2.4 wheel uploaded to pypi had south migrations in the wrong folder.
1 parent 8390c03 commit a194ae5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
=== 3.2.5 (2016-04-27) ===
2+
3+
- Fix packaging problem with the wheel distribution
4+
15
=== 3.2.4 (2016-04-26) ===
26

37
- Fix cache settings

cms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '3.2.4'
3+
__version__ = '3.2.5'
44

55
default_app_config = 'cms.apps.CMSConfig'

0 commit comments

Comments
 (0)