Skip to content

Commit 290983f

Browse files
committed
Preparing release 1.7
1 parent baa8597 commit 290983f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes
22
=======
33

4-
1.7 (unreleased)
4+
1.7 (2022-03-17)
55
----------------
66

77
- Do not run test suites for Python 2.6 and Python < 3.7 any more.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def read_file(name):
88
return f.read()
99

1010

11-
version = '1.7.dev0'
11+
version = '1.7'
1212
shortdesc = 'An alternative to mixin-based extension of classes.'
1313
longdesc = '\n\n'.join([read_file(name) for name in [
1414
'README.rst',

0 commit comments

Comments
 (0)