summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2015-07-28 09:26:28 +0200
committerMichele Simionato <michele.simionato@gmail.com>2015-07-28 09:26:28 +0200
commite13cf0704b7c28f1de1e71cb7c59b47a84daa9ca (patch)
tree401e4d4bb3f02968f89ea6b195e9d57f8f8abafa /CHANGES.txt
parentcf24f25326ab8c7be15472f50e67c9cbcca360ad (diff)
downloadpython-decorator-git-4.0.2.tar.gz
Fixed MANIFEST.in4.0.2
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e9bdbad..cb725ac 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,8 @@
HISTORY
--------
+4.0.2 Fix: docs/README.rst was not included in MANIFEST.in by accident,
+ thus breaking the source installation (2015/07/28)
4.0.1 Added docs directory and upload_docs command. Fixed bug with
`__qualname__`, reported by Lucian Petrut (2015/07/28)
4.0.0 Removed the need for 2to3 by dropping the support for Python 2.5.