We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac309a2 commit e4d02c9Copy full SHA for e4d02c9
README.rst
@@ -1213,8 +1213,8 @@ Credits
1213
Changes
1214
^^^^^^^
1215
1216
-1.3.1 (unreleased)
1217
-------------------
+1.3.1
+-----
1218
1219
- Avoid use of deprecated ``dict.has_key``.
1220
[rnix, 2015-10-05]
setup.py
@@ -3,7 +3,7 @@
3
import os
4
5
6
-version = '1.3.1.dev0'
+version = '1.3.1'
7
shortdesc = "An alternative to mixin-based extension of classes."
8
longdesc = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
9
0 commit comments