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 6bdb2ae commit 8b65f68Copy full SHA for 8b65f68
CHANGES.rst
@@ -1,8 +1,8 @@
1
Changes
2
=======
3
4
-1.6 (unreleased)
5
-----------------
+1.6
+---
6
7
- Use raw string for regular expression.
8
[rnix, 2020-05-28]
setup.py
@@ -8,7 +8,7 @@ def read_file(name):
return f.read()
9
10
11
-version = '1.6.dev0'
+version = '1.6'
12
shortdesc = 'An alternative to mixin-based extension of classes.'
13
longdesc = '\n\n'.join([read_file(name) for name in [
14
'README.rst',
0 commit comments