We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209595b commit 1dea51dCopy full SHA for 1dea51d
doc/changes/1.5.inc
@@ -18,7 +18,7 @@
18
19
.. _changes_1_5_1:
20
21
-Version 1.5.1 (unreleased)
+Version 1.5.1 (2023-09-06)
22
--------------------------
23
24
Bugs
setup.py
@@ -9,7 +9,7 @@
9
from setuptools import setup
10
11
if "SETUPTOOLS_SCM_PRETEND_VERSION" not in os.environ:
12
- os.environ["SETUPTOOLS_SCM_PRETEND_VERSION"] = "1.5.0"
+ os.environ["SETUPTOOLS_SCM_PRETEND_VERSION"] = "1.5.1"
13
14
15
def parse_requirements_file(fname):
0 commit comments