Skip to content

Commit

Permalink
🚀 Release: Version 1.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiguelv committed Feb 8, 2022
1 parent d75bf02 commit eea72e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The format is based on `Keep a Changelog`_, and this project adheres to
.. _Keep a Changelog: https://keepachangelog.com/
.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html

[Unreleased] - 2022-02-08
[1.5.0] - 2022-02-08
--------------------

Added
Expand Down
2 changes: 1 addition & 1 deletion radical_translations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "__version__ = '__version__ = '1.4.4''"
__version__ = "__version__ = '__version__ = '1.5.0''"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.4
current_version = 1.5.0
commit = False
tag = True

Expand Down

0 comments on commit eea72e0

Please sign in to comment.