From fbc9917b85d55f1a27d465fbf4d8e6528046c397 Mon Sep 17 00:00:00 2001 From: Gonzalo Casas Date: Thu, 7 May 2020 11:34:33 +0200 Subject: [PATCH] Bump version to 0.11.0 --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 2 +- docs/conf.py | 2 +- src/compas_fab/__version__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 024cb266c..cf9a41857 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.2 +current_version = 0.11.0 message = Bump version to {new_version} commit = True tag = True diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 560f1c9fd..a584a7235 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,7 +8,7 @@ The format is based on `Keep a Changelog ` and this project adheres to `Semantic Versioning `_. -Unreleased +0.11.0 ---------- **Added** diff --git a/docs/conf.py b/docs/conf.py index 2d932dc86..135b009bd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ year = '2018' author = 'Gramazio Kohler Research' copyright = '{0}, {1}'.format(year, author) -version = release = '0.10.2' +version = release = '0.11.0' pygments_style = 'sphinx' show_authors = True diff --git a/src/compas_fab/__version__.py b/src/compas_fab/__version__.py index 57ac4ee6c..a8022b510 100644 --- a/src/compas_fab/__version__.py +++ b/src/compas_fab/__version__.py @@ -1,7 +1,7 @@ __title__ = 'compas_fab' __description__ = 'Robotic fabrication package for the COMPAS Framework' __url__ = 'https://github.com/compas-dev/compas_fab' -__version__ = '0.10.2' +__version__ = '0.11.0' __author__ = 'Gramazio Kohler Research' __author_email__ = 'gramaziokohler@arch.ethz.ch' __license__ = 'MIT license'