diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-01-08 14:14:52 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-01-08 14:14:52 -0500 |
| commit | fe0541078d9a7720d9fa679f66209598bb6f4572 (patch) | |
| tree | 4b855343b1a95efebafc32efaa6bd096cbb1f597 | |
| parent | fbc9bd6fdbce132b9b5136345b0f6b3a1f6debaf (diff) | |
| download | python-setuptools-git-fe0541078d9a7720d9fa679f66209598bb6f4572.tar.gz | |
Bump version: 51.1.1 → 51.1.2v51.1.2
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | CHANGES.rst | 9 | ||||
| -rw-r--r-- | changelog.d/2505.misc.rst | 1 | ||||
| -rw-r--r-- | setup.cfg | 2 |
4 files changed, 11 insertions, 3 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 60e7352f..432c8130 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 51.1.1 +current_version = 51.1.2 commit = True tag = True diff --git a/CHANGES.rst b/CHANGES.rst index ca76648b..5f69c6ab 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,12 @@ +v51.1.2 +------- + + +Misc +^^^^ +* #2505: Disable inclusion of package data as it causes 'tests' to be included as data. + + v51.1.1 ------- diff --git a/changelog.d/2505.misc.rst b/changelog.d/2505.misc.rst deleted file mode 100644 index 11c642e7..00000000 --- a/changelog.d/2505.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Disable inclusion of package data as it causes 'tests' to be included as data. @@ -1,7 +1,7 @@ [metadata] license_file = LICENSE name = setuptools -version = 51.1.1 +version = 51.1.2 author = Python Packaging Authority author_email = distutils-sig@python.org description = Easily download, build, install, upgrade, and uninstall Python packages |
