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 @@ setup( name="yq", - version="2.5.0", + version="2.6.0", url="https://github.com/kislyuk/yq", license="Apache Software License", author="Andrey Kislyuk",