Skip to content

Commit b2b3803

Browse files
khebhut[bot]Kebechet
andauthored
Release of version 0.4.2 (#186)
Co-authored-by: Kebechet <noreply+kebechet@redhat.com>
1 parent 1a3127e commit b2b3803

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,3 +232,27 @@
232232
* :pushpin: Automatic update of dependency matplotlib from 3.3.0 to 3.3.1 (#147)
233233
* :pushpin: Automatic update of dependency pandas from 1.1.0 to 1.1.1 (#146)
234234
* :pushpin: Automatic update of dependency pandas from 1.0.5 to 1.1.0
235+
236+
## Release 0.4.2 (2020-12-03T16:47:55)
237+
### Features
238+
* Add method to check connection to Prometheus (#181)
239+
* feat: replaced exit with ValueError (#182)
240+
* Add MetricRangeDataFrame to RTD. Add sphinx to Pipfile. (#177)
241+
* Update example notebook (#166)
242+
* Add description of MetricSnapshotDataFrame,MetricRangeDataFrame to README
243+
* :sparkles: now with an OWNERS file, so that Thoth bots can help you even more
244+
* Updating the readme
245+
### Bug Fixes
246+
* :sparkles: fixes to make pre-commit happy
247+
### Automatic Updates
248+
* :pushpin: Automatic update of dependency httmock from 1.3.0 to 1.4.0 (#172)
249+
* :pushpin: Automatic update of dependency numpy from 1.19.2 to 1.19.4 (#171)
250+
* :pushpin: Automatic update of dependency matplotlib from 3.3.2 to 3.3.3 (#170)
251+
* :pushpin: Automatic update of dependency dateparser from 0.7.6 to 1.0.0 (#168)
252+
* :pushpin: Automatic update of dependency requests from 2.24.0 to 2.25.0 (#167)
253+
* :pushpin: Automatic update of dependency numpy from 1.19.1 to 1.19.2 (#162)
254+
* :pushpin: Automatic update of dependency numpy from 1.19.1 to 1.19.2 (#161)
255+
* :pushpin: Automatic update of dependency matplotlib from 3.3.1 to 3.3.2 (#160)
256+
* :pushpin: Automatic update of dependency numpy from 1.19.1 to 1.19.2 (#155)
257+
* :pushpin: Automatic update of dependency matplotlib from 3.3.1 to 3.3.2 (#158)
258+
* :pushpin: Automatic update of dependency pandas from 1.1.1 to 1.1.2 (#154)

prometheus_api_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""A collection of tools to collect and manipulate prometheus metrics."""
22

33
__title__ = "prometheus-connect"
4-
__version__ = "0.4.1"
4+
__version__ = "0.4.2"
55

66
from .prometheus_connect import * # noqa F403
77
from .metric import Metric # noqa F401

0 commit comments

Comments
 (0)