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 f85de3c commit af99acdCopy full SHA for af99acd
CHANGELOG.rst
@@ -1,3 +1,14 @@
1
+v1.11.0
2
+=======
3
+
4
+* always run tag_to_version so in order to handle prefixes on old setuptools
5
+ (thanks to Brian May)
6
+* drop support for python 3.2
7
+* extend the error message on missing scm metadata
8
+ (thanks Markus Unterwaditzer)
9
+* fix bug when using callable version_scheme
10
+ (thanks Esben Haabendal)
11
12
v1.10.1
13
=======
14
@@ -6,7 +17,7 @@ v1.10.1
17
v1.10.0
18
19
-* add support for overriding the version number via the
20
+* add support for overriding the version number via the
21
environment variable SETUPTOOLS_SCM_PRETEND_VERSION
22
23
* fix isssue #63 by adding the --match parameter to the git describe call
0 commit comments