Skip to content

Commit a33e21e

Browse files
committed
Prepare for v5.1.1
1 parent 6fbf880 commit a33e21e

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

changelog/fix-repo-urls-with-auth-and-port.bugfix

-5
This file was deleted.

docs/changelog.rst

+13
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ schemes recommended by the Python Packaging Authority.
1212
1313
.. towncrier release notes start
1414
15+
Twine 5.1.1 (2024-05-27)
16+
------------------------
17+
18+
Bugfixes
19+
^^^^^^^^
20+
21+
- Fix bug for Repository URLs with auth where the port was lost. When attempting
22+
to prevent printing authentication credentials in URLs provided with username
23+
and password, we did not properly handle the case where the URL also contains
24+
a port (when reconstructing the URL). This is now handled and tested to ensure
25+
no regressions. (`#fix-repo-urls-with-auth-and-port <https://github.com/pypa/twine/issues/fix-repo-urls-with-auth-and-port>`_)
26+
27+
1528
Twine 5.1.0 (2024-05-15)
1629
------------------------
1730

tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ commands =
9595

9696
[testenv:changelog]
9797
basepython = python3
98-
skip_install = True
9998
deps =
10099
towncrier
101100
commands =

0 commit comments

Comments
 (0)