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
97d75639
Commit
97d75639
authored
Apr 22, 2019
by
Benoit Pierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version: 41.0.0 → 41.0.1
parent
e66857af
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
5 deletions
+10
-5
.bumpversion.cfg
.bumpversion.cfg
+1
-1
CHANGES.rst
CHANGES.rst
+8
-0
changelog.d/1671.change.rst
changelog.d/1671.change.rst
+0
-1
changelog.d/1709.change.rst
changelog.d/1709.change.rst
+0
-1
changelog.d/1741.change.rst
changelog.d/1741.change.rst
+0
-1
setup.cfg
setup.cfg
+1
-1
No files found.
.bumpversion.cfg
View file @
97d75639
[bumpversion]
current_version = 41.0.
0
current_version = 41.0.
1
commit = True
tag = True
...
...
CHANGES.rst
View file @
97d75639
v41
.0.1
-------
*
#
1671
:
Fixed
issue
with
the
PEP
517
backend
that
prevented
building
a
wheel
when
the
``
dist
/``
directory
contained
existing
``.
whl
``
files
.
*
#
1709
:
In
test
.
paths_on_python_path
,
avoid
adding
unnecessary
duplicates
to
the
PYTHONPATH
.
*
#
1741
:
In
package_index
,
now
honor
"current directory"
during
a
checkout
of
git
and
hg
repositories
under
Windows
v41
.0.0
-------
...
...
changelog.d/1671.change.rst
deleted
100644 → 0
View file @
e66857af
Fixed issue with the PEP 517 backend that prevented building a wheel when the ``dist/`` directory contained existing ``.whl`` files.
changelog.d/1709.change.rst
deleted
100644 → 0
View file @
e66857af
In test.paths_on_python_path, avoid adding unnecessary duplicates to the PYTHONPATH.
changelog.d/1741.change.rst
deleted
100644 → 0
View file @
e66857af
In package_index, now honor "current directory" during a checkout of git and hg repositories under Windows
setup.cfg
View file @
97d75639
...
...
@@ -19,4 +19,4 @@ universal = 1
[metadata]
license_file = LICENSE
version = 41.0.
0
version = 41.0.
1
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