Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yijiangh committed Oct 28, 2020
1 parent a481072 commit ea91051
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.3.0
message = Bump version to {new_version}
commit = True
tag = True

# [bumpversion:file:docs/conf.py]
# search = version = release = '{current_version}'
# replace = version = release = '{new_version}'

[bumpversion:file:CHANGELOG.md]
search = Unreleased
replace = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.


Unreleased
0.3.0
----------

**Changed**
Expand Down
2 changes: 1 addition & 1 deletion src/compas_fab_pychoreo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
__copyright__ = "Yijiang Huang"
__license__ = "MIT License"
__email__ = "[email protected]"
__version__ = "0.2.0"
__version__ = "__version__ = '0.3.0'"


HERE = os.path.dirname(__file__)
Expand Down

0 comments on commit ea91051

Please sign in to comment.