diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4ef3f864..bc71353b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ Changelog ######### +1.1.0 +===== + +* deduplicate dependencylist +* QueryBuilder.py: Use native data structures for internal representation +* Add support for the Command API, /pdb/cmd/v1. Added _cmd alongside _query to minimise changes to original code + 1.0.0 ===== diff --git a/python-pypuppetdb.spec b/python-pypuppetdb.spec index eeda8ea8..648b6c44 100644 --- a/python-pypuppetdb.spec +++ b/python-pypuppetdb.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-pypuppetdb -Version: 0.0.4 +Version: 1.1.0 Release: 2%{?dist} Summary: A Python puppetdb API diff --git a/version b/version index 3eefcb9d..9084fa2f 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.0.0 +1.1.0