Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannam committed Mar 12, 2024
1 parent 5323f0b commit 8241de3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 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.6.2
current_version = 0.7.0
message = Bump version to {new_version}
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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>`_.

Unreleased
0.7.0
----------

**Added**
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
year = '2020'
author = 'Digital Building Technologies, Gramazio Kohler Research'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.6.2'
version = release = '0.7.0'

pygments_style = 'sphinx'
show_authors = True
Expand Down
1 change: 1 addition & 0 deletions docs/doc_versions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
latest
stable
0.7.0
0.6.2
0.6.1
0.6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def read(*names, **kwargs):

setup(
name="compas_slicer",
version="0.6.2",
version="0.7.0",
description="Slicing package for FDM 3D Printing with COMPAS",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/compas_slicer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
__copyright__ = 'Copyright 2020 ETH Zurich'
__license__ = 'MIT License'
__email__ = 'mitropoulou@arch.ethz.ch'
__version__ = '0.6.2'
__version__ = '0.7.0'


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

0 comments on commit 8241de3

Please sign in to comment.