summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJeff Rouse <jr@its.to>2017-04-29 13:40:52 -0700
committerGitHub <noreply@github.com>2017-04-29 13:40:52 -0700
commit69b55d0c20536c01270896b6a00eccae853179e1 (patch)
tree6a2902b3dbac0fe7a0b7942c26c14943cca650a7 /CHANGES.rst
parent885dd1442b36b919ddfe4d6cf738f74c3bdec797 (diff)
downloadappdirs-69b55d0c20536c01270896b6a00eccae853179e1.tar.gz
Bump version, now listed as stable and import fix.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 7690175..63a71bc 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,14 @@
appdirs Changelog
=================
+appdirs 1.4.4
+-------------
+- [PR #92] Don't import appdirs from setup.py which
+fixes #91 - Don't get version from appdirs.__version__
+
+Project officially classified as Stable which is important
+for inclusion in other distros such as ActivePython.
+
appdirs 1.4.3
-------------
- [PR #76] Python 3.6 invalid escape sequence deprecation fixes