Skip to content

Commit

Permalink
feat: release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiguelv committed May 10, 2023
1 parent 947c166 commit ae2b829
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] - yyyy-mm-dd
[1.7.0] - yyyy-mm-dd
--------------------

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.6.0''"
__version__ = "__version__ = '__version__ = '1.7.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.6.0
current_version = 1.7.0
commit = False
tag = True

Expand Down

0 comments on commit ae2b829

Please sign in to comment.