File tree 2 files changed +15
-6
lines changed
2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
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
+
12
26
- configure ruff formatting and pre-commit hook
13
27
- added RKI postal address to README files
14
28
- added reflex specific files to gitignores
@@ -29,8 +43,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
43
- bump year in license files to 2025
30
44
- use h3 in PR template, so we can more easily copy&paste from CHANGELOGs
31
45
32
- ### Deprecated
33
-
34
46
### Removed
35
47
36
48
- 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
43
55
- fix PIP_NO_INPUT=on in dockerfile
44
56
- fix project page URL
45
57
46
- ### Security
47
-
48
58
## [ 0.3.0] - 2024-06-14
49
59
50
60
### Added
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " mex-template"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
description = " Cookiecutter template for MEx python projects."
5
5
authors = [{ name = " MEx Team" , email = " mex@rki.de" }]
6
6
readme = { file = " README.md" , content-type = " text/markdown" }
@@ -10,4 +10,3 @@ requires-python = ">=3.11,<3.13"
10
10
dependencies = []
11
11
optional-dependencies.dev = []
12
12
13
- [tool .pdm ]
You can’t perform that action at this time.
0 commit comments