summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kislyuk <kislyuk@gmail.com>2017-09-25 22:54:00 -0700
committerAndrey Kislyuk <kislyuk@gmail.com>2017-09-25 22:54:00 -0700
commit7bc3d033e4b3797dbf79bc7d46a026a2f591a858 (patch)
tree9b4b4ff77443dedefe40a1f66a0e7ae6af09119f
parent53d0a6674d36c5ecb34ee2e2355223566cdaecb9 (diff)
v2.3.2v2.3.2
-rw-r--r--Changes.rst5
-rwxr-xr-xsetup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/Changes.rst b/Changes.rst
index 37daa9d..8f21911 100644
--- a/Changes.rst
+++ b/Changes.rst
@@ -1,3 +1,8 @@
+Changes for v2.3.2 (2017-09-25)
+===============================
+
+- Fix test suite on Python 3
+
Changes for v2.3.1 (2017-09-25)
===============================
diff --git a/setup.py b/setup.py
index 28a39fe..7076f06 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ tests_require = ["coverage", "flake8", "wheel"]
setup(
name="yq",
- version="2.3.1",
+ version="2.3.2",
url="https://github.com/kislyuk/yq",
license="Apache Software License",
author="Andrey Kislyuk",