Skip to content

Commit 8c46069

Browse files
Merge pull request #435 from pypa/release-prep
Release prep
2 parents ea08edd + 4e30463 commit 8c46069

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ v4.0.0
77
* switch to github actions for ci
88
* fix documentation for ``tag_regex`` and add support for single digit versions
99
* 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
1017

1118
v3.5.0
1219
======

default.nix

Lines changed: 0 additions & 14 deletions
This file was deleted.

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifiers=
1515
Intended Audience :: Developers
1616
License :: OSI Approved :: MIT License
1717
Programming Language :: Python
18+
Programming Language :: Python :: 2.7
1819
Programming Language :: Python :: 3
1920
Programming Language :: Python :: 3.5
2021
Programming Language :: Python :: 3.6

0 commit comments

Comments
 (0)