Skip to content

Commit

Permalink
Bump version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tetov committed Feb 7, 2020
1 parent 06927a0 commit 2c907b7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.6
current_version = 0.1.7
message = Bump version to {new_version}
commit = True
tag = True
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
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).

## [0.1.6] 2020-02-06
## [[0.1.7] 2020-02-07] 2020-02-06

### Added

Expand All @@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Fixed compas_rrc requirement syntax given it's installed from git repository
* Added compas_rrc to installable packages for `compas_rcf.install_rhino`

## [[0.1.6] 2020-02-06] 2020-02-05
## [[[0.1.7] 2020-02-07] 2020-02-06] 2020-02-05

### Added
* `ClayBulletEncoder` to serialize `ClayBullet` added to `compas_rcf.fabrication.clay_obj`
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
project = "compas_rcf"
copyright = "MAS DFAB 1920 students and tutors"
author = "Anton T Johansson"
release = "0.1.6"
release = "0.1.7"
version = ".".join(release.split(".")[0:2])

master_doc = "index"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def read(*names, **kwargs):

setup(
name="compas_rcf",
version="0.1.6",
version="0.1.7",
description="python module for MAS DFAB project Rapid Clay Formations",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/compas_rcf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__copyright__ = "MAS DFAB 1920 students and tutors"
__license__ = "MIT License"
__email__ = "anton@tetov.se"
__version__ = "0.1.6"
__version__ = "0.1.7"


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

0 comments on commit 2c907b7

Please sign in to comment.