Skip to content

Commit 0ef32bf

Browse files
authored
🔖 Version bump to 0.6.1 (#437)
* 📝 Updated the changelog * 🔖 Bumped the version to 0.6.1
1 parent 8559388 commit 0ef32bf

File tree

5 files changed

+27
-5
lines changed

5 files changed

+27
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
1818
# Set the project name and version
1919
project(
2020
fiction
21-
VERSION 0.6.0
21+
VERSION 0.6.1
2222
DESCRIPTION
2323
"An open-source design automation framework for Field-coupled Nanotechnologies"
2424
HOMEPAGE_URL "https://github.com/cda-tum/fiction"

docs/changelog.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_.
77

8+
9+
v0.6.1 - 2024-05-16
10+
-------------------
11+
12+
Added
13+
#####
14+
- Utils:
15+
- Truth table helpers for the creation of 3-input functions (NPN class representatives)
16+
- Documentation:
17+
- Information on hexagonalization and post-layout optimization in README and ReadTheDocs
18+
19+
Changed
20+
#######
21+
- Continuous integration:
22+
- Limit the number of CI runs for PyPI deployment
23+
24+
Fixed
25+
#####
26+
- Continuous deployment:
27+
- Fixed the PyPI deployment workflow to publish all wheels properly
28+
29+
830
v0.6.0 - 2024-05-05
931
-------------------
1032
*When it comes to the past, everyone writes fiction.* --- Stephen King

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = 'v0.6.0'
54+
version = 'v0.6.1'
5555
# The full version, including alpha/beta/rc tags.
56-
release = 'v0.6.0'
56+
release = 'v0.6.1'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "mnt.pyfiction"
12-
version = "0.6.0"
12+
version = "0.6.1"
1313
description = "Design Automation for Field-coupled Nanotechnologies"
1414
readme = "README.md"
1515
authors = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def build_extension(self, ext):
100100

101101
setup(
102102
name='mnt.pyfiction',
103-
version='0.6.0',
103+
version='0.6.1',
104104
author='Marcel Walter',
105105
author_email='[email protected]',
106106
description='Design Automation for Field-coupled Nanotechnologies',

0 commit comments

Comments
 (0)