summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2015-03-22 14:13:50 +0100
committerMichele Simionato <michele.simionato@gmail.com>2015-03-22 14:13:50 +0100
commita4a31e3e6f4149a3e4c071b6a80d593a8658af52 (patch)
tree6a9f8905c619670c59ff6bd13dbf0451d89c1cef /src
parentc035648bf07d511d815503980fe1ca98ed26650f (diff)
downloadpython-decorator-git-a4a31e3e6f4149a3e4c071b6a80d593a8658af52.tar.gz
Release 3.4.2 identical to 3.4.13.4.2
Diffstat (limited to 'src')
-rw-r--r--src/decorator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decorator.py b/src/decorator.py
index ece2488..84278bb 100644
--- a/src/decorator.py
+++ b/src/decorator.py
@@ -32,7 +32,7 @@ Decorator module, see http://pypi.python.org/pypi/decorator
for the documentation.
"""
-__version__ = '3.4.1'
+__version__ = '3.4.2'
__all__ = ["decorator", "FunctionMaker", "contextmanager"]