Skip to content

Commit 8b65f68

Browse files
committed
Prepare 1.6
1 parent 6bdb2ae commit 8b65f68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changes
22
=======
33

4-
1.6 (unreleased)
5-
----------------
4+
1.6
5+
---
66

77
- Use raw string for regular expression.
88
[rnix, 2020-05-28]

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.6.dev0'
11+
version = '1.6'
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)