Skip to content

Commit

Permalink
Bump version: 0.3.2 → 0.4.0
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
matpompili committed Dec 28, 2022
1 parent fdb79e3 commit 01f1d9d
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.2
current_version = 0.4.0
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,11 +2,15 @@

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

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

## [v0.4.0](https://github.com/matpompili/caniusethat/tree/v0.4.0) (2022-12-28)

- Bump `pyzmq` from 23.2.1 to 24.0.1.
- Now Windows can interrupt remote procedure calls with `Ctrl+C`. (PR #19)
- Remote procedure calls are now thread-safe. (PR #19)

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

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

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

0 comments on commit 01f1d9d

Please sign in to comment.