Skip to content

Commit

Permalink
Bump version: 0.2.2-beta.0 → 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matpompili committed Sep 1, 2022
1 parent a9dbfbf commit 67ac459
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.2-beta.0
current_version = 0.2.2
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?(\.(?P<build>\d+))?
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased](https://github.com/matpompili/caniusethat/tree/main)

[Full Unreleased Changelog](https://github.com/matpompili/caniusethat/compare/v0.2.2...main)

## [v0.2.2](https://github.com/matpompili/caniusethat/tree/v0.2.2) (2022-09-01)

- Fix test hanging up because of logging in multiple threads

[Full Unreleased Changelog](https://github.com/matpompili/caniusethat/compare/v0.2.1...main)
[Full Unreleased Changelog](https://github.com/matpompili/caniusethat/compare/v0.2.1...v0.2.2)
2 changes: 1 addition & 1 deletion caniusethat/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.2-beta.0"
__version__ = "0.2.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="caniusethat",
version="0.2.2-beta.0",
version="0.2.2",
packages=["caniusethat"],
author="Matteo Pompili",
python_requires=">=3.8",
Expand Down

0 comments on commit 67ac459

Please sign in to comment.