Skip to content

Commit

Permalink
Merge pull request #176 from nmaludy/release/v2.1.0
Browse files Browse the repository at this point in the history
Release 2.1.0 version bump
  • Loading branch information
bastelfreak committed Mar 20, 2020
2 parents 9a23ec7 + c69862e commit a446986
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.rst
Expand Up @@ -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
Expand All @@ -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
=====

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down
2 changes: 1 addition & 1 deletion version
@@ -1 +1 @@
2.0.0
2.1.0

0 comments on commit a446986

Please sign in to comment.