Skip to content

Commit e0800d7

Browse files
committed
Bump version to 0.13.0
1 parent 80e2e2f commit e0800d7

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.12.0
2+
current_version = 0.13.0
33
message = Bump version to {new_version}
44
commit = True
55
tag = True

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
77
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_
88
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
99

10-
Unreleased
10+
0.13.0
1111
----------
1212

1313
**Changed**

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
year = '2018'
3030
author = 'Gramazio Kohler Research'
3131
copyright = '{0}, {1}'.format(year, author)
32-
version = release = '0.12.0'
32+
version = release = '0.13.0'
3333

3434
pygments_style = 'sphinx'
3535
show_authors = True

docs/doc_versions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
latest
22
stable
3+
0.13.0
34
0.12.0
45
0.11.0
56
0.10.1

src/compas_fab/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = 'compas_fab'
22
__description__ = 'Robotic fabrication package for the COMPAS Framework'
33
__url__ = 'https://github.com/compas-dev/compas_fab'
4-
__version__ = '0.12.0'
4+
__version__ = '0.13.0'
55
__author__ = 'Gramazio Kohler Research'
66
__author_email__ = '[email protected]'
77
__license__ = 'MIT license'

0 commit comments

Comments
 (0)