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 12daaa4 commit 650f500Copy full SHA for 650f500
README.rst
@@ -1288,8 +1288,8 @@ Contributors
1288
Changes
1289
^^^^^^^
1290
1291
-1.4 (unreleased)
1292
-----------------
+1.4
+---
1293
1294
- No more "private" module names.
1295
[rnix, 2017-05-21]
setup.py
@@ -12,7 +12,7 @@ def read_file(name):
12
return f.read()
13
14
15
-version = '1.4.dev0'
+version = '1.4'
16
shortdesc = 'An alternative to mixin-based extension of classes.'
17
longdesc = read_file('README.rst')
18
0 commit comments