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 2154ce7 commit f65feabCopy full SHA for f65feab
README.rst
@@ -10,12 +10,6 @@ A Python module to simplify `semantic versioning`_.
10
11
.. teaser-end
12
13
-.. note::
14
-
15
- This project works for Python 3.7 and greater only.
16
- Refer to :ref:`version-policy` for more details.
17
18
19
The module follows the ``MAJOR.MINOR.PATCH`` style:
20
21
* ``MAJOR`` version when you make incompatible API changes,
pyproject.toml
@@ -13,6 +13,9 @@ requires = [
]
build-backend = "setuptools.build_meta"
+[tool.setuptools_scm]
+version_scheme = "post-release"
+local_scheme = "dirty-tag"
[tool.mypy]
# ignore_missing_imports = true
0 commit comments