diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9592dd90..060ac52f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog ######### -Development -=========== +2.1.0 +===== * Bugfix: Fixed `metric()` function to query the new v2 endpoint based on Jolokia (https://jolokia.org/reference/html/protocol.html) * Added a new parameter `metric_api_version` to the `BaseAPI()` constructor that allows changing the version of the `metric` API being queried. Valid values are `'v1'` for @@ -14,7 +14,6 @@ Development `'v2'` same as the `metric_api_version` class parameter. * Added new `payload` parameter to `_query()` to allow users to send arbitrary payloads with their queries (useful for debugging). - 2.0.0 ===== diff --git a/python-pypuppetdb.spec b/python-pypuppetdb.spec index 350f8085..fd9aca93 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: 2.0.0 +Version: 2.1.0 Release: 2%{?dist} Summary: A Python puppetdb API diff --git a/version b/version index 227cea21..7ec1d6db 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.0.0 +2.1.0