Skip to content

Commit

Permalink
Bump version to 0.3.1 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
matpompili committed Aug 2, 2022
1 parent 2842e84 commit 8336e68
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.3.1-beta.0
current_version = 0.3.1
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,13 +2,17 @@

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

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

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

- Fix link in the pypi package description.
- Fix missed release date for v0.3.0 in `CHANGELOG.md`.
- Use MyST to include Markdown files in the docs instead of `m2r2`, which has security issues.
- Add bump2version configuration, to manage the versioning.
- Added `__version__` to the `easypubsub` package.

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

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

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

0 comments on commit 8336e68

Please sign in to comment.