Skip to content

Commit

Permalink
Bump version: 0.4.2-beta.0 → 0.4.2
Browse files Browse the repository at this point in the history
update changelog
  • Loading branch information
matpompili committed Sep 1, 2022
1 parent 0edd8d2 commit 6352865
Show file tree
Hide file tree
Showing 4 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,5 +1,5 @@
[bumpversion]
current_version = 0.4.2-beta.0
current_version = 0.4.2
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?(\.(?P<build>\d+))?
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@

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

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

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

- Add :obj:`~easypubsub.decorator.publish_this` decorator to automatically publish function return values to a topic.
- Make `requirements.txt` less strict.

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

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

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

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.2-beta.0"
__version__ = "0.4.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="easypubsub",
version="0.4.2-beta.0",
version="0.4.2",
packages=["easypubsub"],
author="Matteo Pompili",
python_requires=">=3.8",
Expand Down

0 comments on commit 6352865

Please sign in to comment.