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 baa8597 commit 290983fCopy full SHA for 290983f
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changes
2
=======
3
4
-1.7 (unreleased)
+1.7 (2022-03-17)
5
----------------
6
7
- Do not run test suites for Python 2.6 and Python < 3.7 any more.
setup.py
@@ -8,7 +8,7 @@ def read_file(name):
8
return f.read()
9
10
11
-version = '1.7.dev0'
+version = '1.7'
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