Skip to content

Commit

Permalink
Update changelog for 3.4.1 (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhrutledge committed Mar 17, 2021
1 parent dffdc9a commit ce3e76d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
1 change: 0 additions & 1 deletion changelog/745.bugfix.rst

This file was deleted.

11 changes: 10 additions & 1 deletion docs/changelog.rst
Expand Up @@ -12,6 +12,15 @@ schemes recommended by the Python Packaging Authority.
.. towncrier release notes start
3.4.1 (2021-03-16)
------------------

Bugfixes
^^^^^^^^

- Fix a regression that was causing some namespace packages with dots in them fail to upload to PyPI. (`#745 <https://github.com/pypa/twine/issues/745>`_)


3.4.0 (2021-03-15)
------------------

Expand All @@ -20,7 +29,7 @@ Features

- Prefer importlib.metadata for entry point handling. (`#728 <https://github.com/pypa/twine/issues/728>`_)
- Rely on importlib_metadata 3.6 for nicer entry point processing. (`#732 <https://github.com/pypa/twine/issues/732>`_)
- Eliminated dependency on Setuptools/pkg_resources and replaced with packaging and importlib_metadata. (`#736 <https://github.com/pypa/twine/issues/736>`_)
- Eliminate dependency on setuptools/pkg_resources and replace with packaging and importlib_metadata. (`#736 <https://github.com/pypa/twine/issues/736>`_)


3.3.0 (2020-12-23)
Expand Down

0 comments on commit ce3e76d

Please sign in to comment.