Skip to content

Commit 43acba9

Browse files
committed
1.3
1 parent d606fa6 commit 43acba9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include *.rst
2+
recursive-include src *
3+
recursive-exclude src *.pyc *.pyo

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1210,8 +1210,8 @@ Credits
12101210
Changes
12111211
^^^^^^^
12121212

1213-
1.3 (unreleased)
1214-
----------------
1213+
1.3
1214+
---
12151215

12161216
- Introduce ``plumbing`` decorator.
12171217
[rnix, 2014-07-31]
@@ -1280,6 +1280,7 @@ Changes
12801280

12811281
License / Disclaimer
12821282
^^^^^^^^^^^^^^^^^^^^
1283+
12831284
Copyright (c) 2011-2014, BlueDynamics Alliance, Austria, Germany, Switzerland
12841285
All rights reserved.
12851286

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
)
66

77

8-
version = '1.3.dev0'
8+
version = '1.3'
99
shortdesc = "An alternative to mixin-based extension of classes."
1010
longdesc = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
1111

0 commit comments

Comments
 (0)