Skip to content

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Aug 2, 2024
1 parent 12c1fa8 commit 0bc8ce0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ Possible log types:
- `[chore]` for maintenance changes


### v1.1.2 (2024-08-03)

- [changed] Include setuptools as dependency (#31)

Contributors to this version (thanks!):

- [@AdrienPensart](https://github.com/AdrienPensart)

Note: This project is now in maintenance mode. See `README.md` for more details.


### v1.1.1 (2024-04-24)

- [fixed] Fix compatibility with coverage 7.5 (#28, #29)
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Used variables:

Update version number:

vim -p setup.py coverage_badge/__main__.py
vim -p setup.py coverage_badge/__main__.py CHANGELOG.md

Do a signed commit and signed tag of the release:

Expand Down
2 changes: 1 addition & 1 deletion coverage_badge/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import coverage


__version__ = '1.1.1'
__version__ = '1.1.2'


DEFAULT_COLOR = '#a4a61d'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
readme = open('README.rst').read()

setup(name='coverage-badge',
version='1.1.1',
version='1.1.2',
description='Generate coverage badges for Coverage.py.',
author='Danilo Bargen',
author_email='[email protected]',
Expand Down

0 comments on commit 0bc8ce0

Please sign in to comment.