diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-09 11:56:44 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-09 11:56:44 -0400 |
commit | 93443d79b18d4c318de366dc6ba585b2e9476d04 (patch) | |
tree | 2231560a091cf4eba3211ba1f201c62b765a6f1f | |
parent | f780be54cbcaf324dca311e1b6a3915cc23fd934 (diff) | |
download | external_python_setuptools-93443d79b18d4c318de366dc6ba585b2e9476d04.tar.gz external_python_setuptools-93443d79b18d4c318de366dc6ba585b2e9476d04.tar.bz2 external_python_setuptools-93443d79b18d4c318de366dc6ba585b2e9476d04.zip |
Update changelog
-rw-r--r-- | CHANGES.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 58a36db7..99de2684 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,11 @@ CHANGES ======= +v27.1.2 +------- + +* #779 via #781: Fix circular import. + v27.1.1 ------- |