We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3a8b1 commit 2c0f528Copy full SHA for 2c0f528
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+## 0.4.0 (2024-10-24)
2
+
3
## 0.3.3 (2024-10-14)
4
5
### Fix
Makefile
@@ -18,7 +18,7 @@
18
19
PACKAGE := org.osm_rawdata.py
20
NAME := osm-rawdata
21
-VERSION := 0.3.3
+VERSION := 0.4.0
22
23
# All python source files
24
# MDS := $(wildcard ./docs/*.md)
osm_rawdata/__version__.py
@@ -1,2 +1,2 @@
"""Project version"""
-__version__ = "0.3.3"
+__version__ = "0.4.0"
pyproject.toml
@@ -46,7 +46,7 @@ log_cli_level = "DEBUG"
46
47
[tool.commitizen]
48
name = "cz_conventional_commits"
49
-version = "0.3.3"
+version = "0.4.0"
50
version_files = [
51
"pyproject.toml:version",
52
"osm_rawdata/__version__.py",
0 commit comments