Skip to content

Commit 2bbf3a1

Browse files
authored
prepare version 1.1.1 (#33)
* bump version: 1.1.0 → 1.1.1 * make changelog release
1 parent e9d18b3 commit 2bbf3a1

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
commit = True
33
tag = False
4-
current_version = 1.1.0
4+
current_version = 1.1.1
55

66
[bumpversion:file:setup.py]

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
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',

0 commit comments

Comments
 (0)