From 233de89dc181eb90edecd5ff174b9f7d69517bd7 Mon Sep 17 00:00:00 2001 From: Gonzalo Casas Date: Tue, 23 Feb 2021 23:27:11 +0100 Subject: [PATCH] Bump version to 0.17.0 --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 2 +- docs/conf.py | 2 +- docs/doc_versions.txt | 1 + src/compas_fab/__version__.py | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 98de7be04..ca2f0ccb7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.0 +current_version = 0.17.0 message = Bump version to {new_version} commit = True tag = True diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c0ba8a3e2..4cf1d82bb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `_ and this project adheres to `Semantic Versioning `_. -Unreleased +0.17.0 ---------- **Added** diff --git a/docs/conf.py b/docs/conf.py index a44364130..449ec9c56 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.16.0' +version = release = '0.17.0' pygments_style = 'sphinx' show_authors = True diff --git a/docs/doc_versions.txt b/docs/doc_versions.txt index cbb61044a..660db0de4 100644 --- a/docs/doc_versions.txt +++ b/docs/doc_versions.txt @@ -1,5 +1,6 @@ latest stable +0.17.0 0.16.0 0.15.0 0.14.0 diff --git a/src/compas_fab/__version__.py b/src/compas_fab/__version__.py index f92bba2ee..0a56494e5 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.16.0' +__version__ = '0.17.0' __author__ = 'Gramazio Kohler Research' __author_email__ = 'gramaziokohler@arch.ethz.ch' __license__ = 'MIT license'