We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0332e6 commit 62d8903Copy full SHA for 62d8903
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changes
2
=======
3
4
-0.4.0 (unreleased)
+0.4.0 (2025-02-05)
5
------------------
6
7
* Dropped support for Python 3.8 and lower, added support for Python 3.11 and
pyproject.toml
@@ -1,5 +1,5 @@
[tool.bumpversion]
-current_version = "0.3.4"
+current_version = "0.4.0"
commit = true
tag = true
tag_name = "{new_version}"
setup.py
@@ -2,7 +2,7 @@
setup(
name="price-parser",
- version="0.3.4",
+ version="0.4.0",
description="Extract price and currency from a raw string",
long_description=open("README.rst", encoding="utf8").read()
8
+ "\n\n"
0 commit comments