Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
7ff17392
Commit
7ff17392
authored
Oct 17, 2020
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version: 50.3.1 → 50.3.2
parent
edd84c82
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
24 additions
and
13 deletions
+24
-13
.bumpversion.cfg
.bumpversion.cfg
+1
-1
CHANGES.rst
CHANGES.rst
+22
-0
changelog.d/2394.doc.rst
changelog.d/2394.doc.rst
+0
-3
changelog.d/2401.misc.rst
changelog.d/2401.misc.rst
+0
-2
changelog.d/2420.misc.rst
changelog.d/2420.misc.rst
+0
-1
changelog.d/2421.misc.rst
changelog.d/2421.misc.rst
+0
-2
changelog.d/2427.doc.rst
changelog.d/2427.doc.rst
+0
-2
changelog.d/2428.doc.rst
changelog.d/2428.doc.rst
+0
-1
setup.cfg
setup.cfg
+1
-1
No files found.
.bumpversion.cfg
View file @
7ff17392
[bumpversion]
current_version = 50.3.
1
current_version = 50.3.
2
commit = True
tag = True
...
...
CHANGES.rst
View file @
7ff17392
v50
.3.2
-------
Documentation
changes
^^^^^^^^^^^^^^^^^^^^^
*
#
2394
:
Extended
towncrier
news
template
to
include
change
note
categories
.
This
allows
to
see
what
types
of
changes
a
given
version
introduces
--
by
:
user
:`
webknjaz
`
*
#
2427
:
Started
enforcing
strict
syntax
and
reference
validation
in
the
Sphinx
docs
--
by
:
user
:`
webknjaz
`
*
#
2428
:
Removed
redundant
Sphinx
``
Makefile
``
support
--
by
:
user
:`
webknjaz
`
Misc
^^^^
*
#
2401
:
Enabled
test
results
reporting
in
AppVeyor
CI
--
by
:
user
:`
webknjaz
`
*
#
2420
:
Replace
Python
3.9.0
beta
with
3.9.0
final
on
GitHub
Actions
.
*
#
2421
:
Python
3.9
Trove
classifier
got
added
to
the
dist
metadata
--
by
:
user
:`
webknjaz
`
v50
.3.1
-------
...
...
changelog.d/2394.doc.rst
deleted
100644 → 0
View file @
edd84c82
Extended towncrier news template to include change note categories.
This allows to see what types of changes a given version introduces
-- by :user:`webknjaz`
changelog.d/2401.misc.rst
deleted
100644 → 0
View file @
edd84c82
Enabled test results reporting in AppVeyor CI
-- by :user:`webknjaz`
changelog.d/2420.misc.rst
deleted
100644 → 0
View file @
edd84c82
Replace Python 3.9.0 beta with 3.9.0 final on GitHub Actions.
changelog.d/2421.misc.rst
deleted
100644 → 0
View file @
edd84c82
Python 3.9 Trove classifier got added to the dist metadata
-- by :user:`webknjaz`
changelog.d/2427.doc.rst
deleted
100644 → 0
View file @
edd84c82
Started enforcing strict syntax and reference validation
in the Sphinx docs -- by :user:`webknjaz`
changelog.d/2428.doc.rst
deleted
100644 → 0
View file @
edd84c82
Removed redundant Sphinx ``Makefile`` support -- by :user:`webknjaz`
setup.cfg
View file @
7ff17392
...
...
@@ -16,7 +16,7 @@ formats = zip
[metadata]
name = setuptools
version = 50.3.
1
version = 50.3.
2
description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority
author_email = distutils-sig@python.org
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment