Skip to content

Commit

Permalink
"Release 2.4.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed May 20, 2021
1 parent a6011e3 commit 8045efd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Expand Up @@ -2,7 +2,7 @@
commit = True
tag = True
message = "Release {new_version}"
current_version = 2.3.1
current_version = 2.4.0

[bumpversion:file:setup.cfg]
search = version = {current_version}
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.rst
@@ -1,7 +1,7 @@
CHANGELOG
=========

unreleased
2.4.0
----------

Features
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = mirakuru
version = 2.3.1
version = 2.4.0
url = https://github.com/ClearcodeHQ/mirakuru
description = Process executor (not only) for tests.
long_description = file: README.rst, CHANGES.rst
Expand Down
2 changes: 1 addition & 1 deletion src/mirakuru/__init__.py
Expand Up @@ -33,7 +33,7 @@
ProcessExitedWithError,
)

__version__ = "2.3.1"
__version__ = "2.4.0"

__all__ = (
"Executor",
Expand Down

0 comments on commit 8045efd

Please sign in to comment.