Skip to content

Commit fa7876b

Browse files
bump: version 4.30.0 → 4.31.0
1 parent 253be01 commit fa7876b

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.31.0 (2026-05-21)
2+
3+
### Feat
4+
5+
- **enrol_hastac**: bulk-enrol users on HASTAC from an email file
6+
17
## 4.30.0 (2026-05-21)
28

39
### Feat
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "4.30.0"
1+
VERSION = "4.31.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ force-single-line = true
155155

156156
[project]
157157
name = "newprofile"
158-
version = "4.30.0"
158+
version = "4.31.0"
159159
description = "The profiles and IDMS system for Knowledge Commons"
160160
readme = "README.md"
161161
requires-python = ">=3.12"
@@ -258,7 +258,7 @@ loadtest = [
258258
]
259259

260260
[tool.commitizen]
261-
version = "4.30.0"
261+
version = "4.31.0"
262262
version_files = [
263263
"knowledge_commons_profiles/__version__.py",
264264
"pyproject.toml:version"

0 commit comments

Comments
 (0)