File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
22commit = True
33tag = False
4- current_version = 1.1.0
4+ current_version = 1.1.1
55
66[bumpversion:file:setup.py]
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) and [ Keep a Changelog] ( http://keepachangelog.com/ ) .
55
6-
76## Unreleased
8- ---
97
108### New
119
@@ -15,6 +13,13 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
1513
1614### Breaks
1715
16+ ## 1.1.1 - (2021-04-12)
17+
18+ ### Changes
19+
20+ * linting code
21+ * cleanup code and documentation
22+ * fix typos
1823
1924## 1.1.0 - (2021-03-30)
2025
@@ -29,7 +34,6 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
2934* reduce docker image size
3035* we switched base image from python:3-slim to alpine
3136
32-
3337## 1.0.0 - (2021-03-22)
3438
3539### New
Original file line number Diff line number Diff line change 77
88setup (
99 name = 'p3exporter' ,
10- version = '1.1.0 ' ,
10+ version = '1.1.1 ' ,
1111 description = 'Python Programmable Prometheus exporter' ,
1212 long_description = long_description ,
1313 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments