Skip to content

Commit

Permalink
prepare version 1.1.1 (#33)
Browse files Browse the repository at this point in the history
* bump version: 1.1.0 → 1.1.1
* make changelog release
  • Loading branch information
cmeissner authored Apr 12, 2021
1 parent e9d18b3 commit 2bbf3a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
commit = True
tag = False
current_version = 1.1.0
current_version = 1.1.1

[bumpversion:file:setup.py]
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Changelog](http://keepachangelog.com/).


## Unreleased
---

### New

Expand All @@ -15,6 +13,13 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch

### Breaks

## 1.1.1 - (2021-04-12)

### Changes

* linting code
* cleanup code and documentation
* fix typos

## 1.1.0 - (2021-03-30)

Expand All @@ -29,7 +34,6 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
* reduce docker image size
* we switched base image from python:3-slim to alpine


## 1.0.0 - (2021-03-22)

### New
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='p3exporter',
version='1.1.0',
version='1.1.1',
description='Python Programmable Prometheus exporter',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 2bbf3a1

Please sign in to comment.