Skip to content

Commit 434c860

Browse files
Drewniokmarcelwa
andauthored
🔖 bump version to 0.6.10 (#674)
* 🔖 bump version to 0.6.10 * 📝 Fixed date and typo --------- Co-authored-by: Marcel Walter <[email protected]>
1 parent 115ace4 commit 434c860

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ authors:
1717
given-names: "Robert"
1818
orcid: "0000-0002-4993-7860"
1919
title: "The Munich Nanotech Toolkit (MNT)"
20-
version: 0.6.9
20+
version: 0.6.10
2121
doi: 10.1109/NANO61778.2024.10628747
2222
url: "https://github.com/cda-tum/fiction"

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.9
21+
VERSION 0.6.10
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
v0.6.10 - 2025-02-21
9+
--------------------
10+
11+
Fixed
12+
#####
13+
- Fixed the Python bindings for the critical temperature domain simulation
14+
815
v0.6.9 - 2025-02-12
916
-------------------
1017

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = "v0.6.9"
61+
version = "v0.6.10"
6262
# The full version, including alpha/beta/rc tags.
63-
release = "v0.6.9"
63+
release = "v0.6.10"
6464

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build"
77

88
[project]
99
name = "mnt.pyfiction"
10-
version = "0.6.9"
10+
version = "0.6.10"
1111
description = "Design Automation for Field-coupled Nanotechnologies"
1212
readme = "README.md"
1313
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)