summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kislyuk <kislyuk@gmail.com>2017-06-27 16:11:42 -0400
committerAndrey Kislyuk <kislyuk@gmail.com>2017-06-27 16:11:42 -0400
commit5a307b3ce472fdcc5e3ef9c53ccdf023a25af84b (patch)
treeda2ca4a958d442ef680a6702e42eeccca336c13e
parentd0c4b269e51a07888eec6127b588f083bed037ac (diff)
v2.1.2v2.1.2
-rw-r--r--Changes.rst9
-rwxr-xr-xsetup.py2
2 files changed, 10 insertions, 1 deletions
diff --git a/Changes.rst b/Changes.rst
index 843bc8d..deebba1 100644
--- a/Changes.rst
+++ b/Changes.rst
@@ -1,3 +1,12 @@
+Changes for v2.1.2 (2017-06-27)
+===============================
+
+- Fix ResourceWarning: unclosed file
+
+- Internal: Make usage of loader argument consistent
+
+- Documentation improvements
+
Changes for v2.1.1 (2017-05-02)
===============================
diff --git a/setup.py b/setup.py
index c621c96..b6c6f5c 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ tests_require = ["coverage", "flake8", "wheel"]
setup(
name="yq",
- version="2.1.1",
+ version="2.1.2",
url="https://github.com/kislyuk/yq",
license="Apache Software License",
author="Andrey Kislyuk",