summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kislyuk <kislyuk@gmail.com>2018-04-28 07:23:48 -0700
committerAndrey Kislyuk <kislyuk@gmail.com>2018-04-28 07:23:48 -0700
commit090c6e04ab1163252315501a53ea8816d1955ae2 (patch)
tree1bb88f57f0466bc26841fb28f6fbe9a322527253
parent123f14072ec19be67ce26937b2de5182aba0ea8d (diff)
v2.6.0v2.6.0
-rw-r--r--Changes.rst7
-rwxr-xr-xsetup.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/Changes.rst b/Changes.rst
index eed2260..395da7c 100644
--- a/Changes.rst
+++ b/Changes.rst
@@ -1,3 +1,10 @@
+Changes for v2.6.0 (2018-04-28)
+===============================
+
+- Packaging: Replace scripts with entry-points
+
+- Packaging: Package the license file
+
Changes for v2.5.0 (2018-04-02)
===============================
diff --git a/setup.py b/setup.py
index 0d84094..89e25f1 100755
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ tests_require = ["coverage", "flake8", "wheel"]
setup(
name="yq",
- version="2.5.0",
+ version="2.6.0",
url="https://github.com/kislyuk/yq",
license="Apache Software License",
author="Andrey Kislyuk",