Skip to content

Commit 8bdad06

Browse files
bump version to 0.4.0
1 parent 71224cd commit 8bdad06

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGELOG.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changes
13+
14+
### Deprecated
15+
16+
### Removed
17+
18+
### Fixed
19+
20+
### Security
21+
22+
## [0.4.0] - 2025-02-18
23+
24+
### Added
25+
1226
- configure ruff formatting and pre-commit hook
1327
- added RKI postal address to README files
1428
- added reflex specific files to gitignores
@@ -29,8 +43,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2943
- bump year in license files to 2025
3044
- use h3 in PR template, so we can more easily copy&paste from CHANGELOGs
3145

32-
### Deprecated
33-
3446
### Removed
3547

3648
- remove black dependency and pre-commit hook
@@ -43,8 +55,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4355
- fix PIP_NO_INPUT=on in dockerfile
4456
- fix project page URL
4557

46-
### Security
47-
4858
## [0.3.0] - 2024-06-14
4959

5060
### Added

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mex-template"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Cookiecutter template for MEx python projects."
55
authors = [{ name = "MEx Team", email = "mex@rki.de" }]
66
readme = { file = "README.md", content-type = "text/markdown" }
@@ -10,4 +10,3 @@ requires-python = ">=3.11,<3.13"
1010
dependencies = []
1111
optional-dependencies.dev = []
1212

13-
[tool.pdm]

0 commit comments

Comments
 (0)