Skip to content

Commit

Permalink
Bump version: 2.2.0 → 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthchirp committed Oct 29, 2020
1 parent 6e87ee6 commit e6eed6e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.2.0
current_version = 2.3.0
commit = True
tag = True

Expand All @@ -10,3 +10,4 @@ replace = version="{new_version}"
[bumpversion:file:procrunner/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
History
=======

2.3.0 (????-??-??)
2.3.0 (2020-10-29)
------------------
* Add Python 3.9 support, drop Python 3.5 support
* Fix a file descriptor leak on subprocess execution
Expand Down
2 changes: 1 addition & 1 deletion procrunner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

__author__ = """Markus Gerstel"""
__email__ = "scientificsoftware@diamond.ac.uk"
__version__ = "2.2.0"
__version__ = "2.3.0"

logger = logging.getLogger("procrunner")
logger.addHandler(logging.NullHandler())
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/DiamondLightSource/python-procrunner",
version="2.2.0",
version="2.3.0",
zip_safe=False,
)

0 comments on commit e6eed6e

Please sign in to comment.