File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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
66from .prometheus_connect import * # noqa F403
77from .metric import Metric # noqa F401
You can’t perform that action at this time.
0 commit comments