Skip to content

Commit db2f2c2

Browse files
committed
Prepare bugfix release
1 parent c904852 commit db2f2c2

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.6.1 [🚧 Work in Progress]
3+
## v0.6.2 [🚧 Work in Progress]
44

55
### 🚨 Breaking Changes
66

@@ -18,6 +18,12 @@ None
1818

1919
None
2020

21+
## [v0.6.1](https://github.com/desy-ml/cheetah/releases/tag/v0.6.1) (2023-09-17)
22+
23+
### 🐛 Bug fixes
24+
25+
- Fix issue where `converters` submodule was not installed properly (see 1562496) (@jank324)
26+
2127
## [v0.6.0](https://github.com/desy-ml/cheetah/releases/tag/v0.6.0) (2023-09-15)
2228

2329
### 🚨 Breaking Changes

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
project = "Cheetah"
1818
copyright = "2023, Jan Kaiser, Chenran Xu"
1919
author = "Jan Kaiser, Chenran Xu"
20-
release = "0.6.0"
20+
release = "0.6.1"
2121

2222
# -- General configuration ---------------------------------------------------
2323
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="cheetah-accelerator",
10-
version="0.6.0",
10+
version="0.6.1",
1111
author="Jan Kaiser & Chenran Xu",
1212
author_email="[email protected]",
1313
url="https://github.com/desy-ml/cheetah",

0 commit comments

Comments
 (0)