File tree Expand file tree Collapse file tree 3 files changed +8
-14
lines changed Expand file tree Collapse file tree 3 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 7
7
* switch to github actions for ci
8
8
* fix documentation for ``tag_regex `` and add support for single digit versions
9
9
* document handling of enterprise distros with unsupported setuptools versions #312
10
+ * switch to declarative metadata
11
+ * drop the internal copy of samefile and use a dependency on jaraco.windows on legacy systems
12
+ * select git tags based on the presence of numbers instead of dots
13
+ * enable getting a version form a parent folder prefix
14
+ * add release-branch-semver version scheme
15
+ * make global configuration available to version metadata
16
+ * drop official support for python 3.4
10
17
11
18
v3.5.0
12
19
======
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ classifiers=
15
15
Intended Audience :: Developers
16
16
License :: OSI Approved :: MIT License
17
17
Programming Language :: Python
18
+ Programming Language :: Python :: 2.7
18
19
Programming Language :: Python :: 3
19
20
Programming Language :: Python :: 3.5
20
21
Programming Language :: Python :: 3.6
You can’t perform that action at this time.
0 commit comments