Skip to content

Commit 8241de3

Browse files
author
ioannam
committed
Bump version to 0.7.0
1 parent 5323f0b commit 8241de3

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.2
2+
current_version = 0.7.0
33
message = Bump version to {new_version}
44
commit = True
55
tag = True

CHANGELOG.rst

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

9-
Unreleased
9+
0.7.0
1010
----------
1111

1212
**Added**

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
year = '2020'
3030
author = 'Digital Building Technologies, Gramazio Kohler Research'
3131
copyright = '{0}, {1}'.format(year, author)
32-
version = release = '0.6.2'
32+
version = release = '0.7.0'
3333

3434
pygments_style = 'sphinx'
3535
show_authors = True

docs/doc_versions.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
latest
22
stable
3+
0.7.0
34
0.6.2
45
0.6.1
56
0.6.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def read(*names, **kwargs):
2828

2929
setup(
3030
name="compas_slicer",
31-
version="0.6.2",
31+
version="0.7.0",
3232
description="Slicing package for FDM 3D Printing with COMPAS",
3333
long_description=long_description,
3434
long_description_content_type="text/markdown",

src/compas_slicer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
__copyright__ = 'Copyright 2020 ETH Zurich'
3030
__license__ = 'MIT License'
3131
__email__ = '[email protected]'
32-
__version__ = '0.6.2'
32+
__version__ = '0.7.0'
3333

3434

3535
HERE = os.path.dirname(__file__)

0 commit comments

Comments
 (0)