Skip to content

Commit 3929179

Browse files
authored
chore(main): release 6.3.0 (#1540)
1 parent bf4b2fb commit 3929179

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## 6.3.0 (2025-03-01)
4+
5+
6+
### Features
7+
8+
* Add PROJECT_DEACTIVE_AFTER_EXPIRATION setting ([2b1b064](https://github.com/Karaage-Cluster/karaage/commit/2b1b0640e79e8b7a7d48accc8222f3bf267c3245))
9+
10+
11+
### Bug Fixes
12+
13+
* Remove duplicate / in project renewal email url ([a9f42da](https://github.com/Karaage-Cluster/karaage/commit/a9f42dae4f5ec773bf5de21a185cee2f3544d4e1))
14+
* rename setting to PROJECT_DEACTIVATE_AFTER_EXPIRATION ([3575499](https://github.com/Karaage-Cluster/karaage/commit/3575499edeecae8ad5c6db559cb3adc98749c20d))
15+
* upgrade slurm to 24.05 ([c552b9a](https://github.com/Karaage-Cluster/karaage/commit/c552b9aa167d0c5d5477a4a3e73c8d8abf818b3a))
16+
* use Ubuntu 22.04 for tests ([49100ba](https://github.com/Karaage-Cluster/karaage/commit/49100ba1b592d2d230d5783b176835745f26b3d0))
17+
18+
19+
### Miscellaneous Chores
20+
21+
* release 6.3.0 ([bf4b2fb](https://github.com/Karaage-Cluster/karaage/commit/bf4b2fb6caf50b52ef8e40030a53ffad57029f33))

karaage/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323

2424
__author__ = """Brian May"""
2525
__email__ = "[email protected]"
26-
__version__ = "6.2.3"
26+
__version__ = "6.3.0"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "karaage"
3-
version = "6.2.3"
3+
version = "6.3.0"
44
description = "Web application to manage a HP cluster"
55
authors = ["Brian May <[email protected]>"]
66
license = "GPL3+"

0 commit comments

Comments
 (0)