From ea910516665c3cf7c9345570ed6430b3749dafab Mon Sep 17 00:00:00 2001 From: Yijiang Huang Date: Wed, 28 Oct 2020 17:52:59 -0400 Subject: [PATCH] Bump version to 0.3.0 --- .bumpversion.cfg | 6 +----- CHANGELOG.md | 2 +- src/compas_fab_pychoreo/__init__.py | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3ca3db2..f288556 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -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} diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ce67e..8f46ec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on `Keep a Changelog ` and this project adheres to `Semantic Versioning `_. -Unreleased +0.3.0 ---------- **Changed** diff --git a/src/compas_fab_pychoreo/__init__.py b/src/compas_fab_pychoreo/__init__.py index cb7a0a6..1669d97 100644 --- a/src/compas_fab_pychoreo/__init__.py +++ b/src/compas_fab_pychoreo/__init__.py @@ -22,7 +22,7 @@ __copyright__ = "Yijiang Huang" __license__ = "MIT License" __email__ = "yijiangh@mit.edu" -__version__ = "0.2.0" +__version__ = "__version__ = '0.3.0'" HERE = os.path.dirname(__file__)