Skip to content

Commit cc29da4

Browse files
authored
Merge pull request #424 from desy-ml/407-release-v072
Housekeeping for `v0.7.2` release
2 parents 40f4732 + 0c24945 commit cc29da4

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3-
## v0.7.2 [🚧 Work in Progress]
3+
## v0.7.3 [🚧 Work in Progress]
4+
5+
### 🚨 Breaking Changes
6+
7+
### 🚀 Features
8+
9+
### 🐛 Bug fixes
10+
11+
### 🐆 Other
12+
13+
### 🌟 First Time Contributors
14+
15+
## [v0.7.2](https://github.com/desy-ml/cheetah/releases/tag/v0.7.2) (2025-04-28)
416

517
### 🚨 Breaking Changes
618

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 = "2021-2025 Jan Kaiser, Chenran Xu"
1919
author = "Jan Kaiser, Chenran Xu"
20-
release = "0.7.1"
20+
release = "0.7.2"
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.7.1",
10+
version="0.7.2",
1111
author="Jan Kaiser & Chenran Xu",
1212
author_email="[email protected]",
1313
url="https://github.com/desy-ml/cheetah",

0 commit comments

Comments
 (0)