Skip to content

Commit

Permalink
Bump version: 0.4.1-beta.0 → 0.4.1
Browse files Browse the repository at this point in the history
changelog
  • Loading branch information
matpompili committed Aug 25, 2022
1 parent 6c57bde commit e1a04b4
Show file tree
Hide file tree
Showing 4 changed files with 9 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.4.1-beta.0
current_version = 0.4.1
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?(\.(?P<build>\d+))?
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

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


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

## [v0.4.1](https://github.com/matpompili/easypubsub/tree/v0.4.1)

- Added safer exception handling for the `publish` method of :obj:`~easypubsub.publisher.Publisher`.

[Full Unreleased Changelog](https://github.com/matpompili/easypubsub/compare/v0.4.0...main)
[Full v0.4.1 Changelog](https://github.com/matpompili/easypubsub/compare/v0.4.0...v0.4.1)

## [v0.4.0](https://github.com/matpompili/easypubsub/tree/v0.4.0) (2022-08-04)

Expand Down
2 changes: 1 addition & 1 deletion easypubsub/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.1-beta.0"
__version__ = "0.4.1"
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="easypubsub",
version="0.4.1-beta.0",
version="0.4.1",
packages=["easypubsub"],
author="Matteo Pompili",
python_requires=">=3.8",
Expand Down

0 comments on commit e1a04b4

Please sign in to comment.