Skip to content

Commit

Permalink
Bump version: 68.0.0 → 68.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Aug 15, 2023
1 parent 492f211 commit 71b355b
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 68.0.0
current_version = 68.1.0
commit = True
tag = True

Expand Down
31 changes: 31 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
v68.1.0
=======

Features
--------

- Removed code referencing bdist_wininst in install_scripts. (#3525)
- Promote ``pyproject.toml``'s ``[tool.setuptools]`` out of beta.
Note that some fields are still considered deprecated and/or obsolete,
and these might be removed in future versions (i.e., there is no guarantee
for long term support and backward compatibility on those fields). (#3962)
- Automatically add files listed in ``Extension.depends`` to sdists,
as long as they are contained in the project directory -- by :user:`RuRo` (#4000)
- Require Python 3.8 or later.


Bugfixes
--------

- Made imports in editable installs case-sensitive on case-insensitive filesystems -- by :user:`aganders3` (#3995)
- Use default encoding to create ``.pth`` files with ``editable_wheel``. (#4009)
- Detects (and complain about) ``scripts`` and ``gui-scripts`` set via ``setup.py``
when ``pyproject.toml`` does not include them in ``dynamic``. (#4012)


Misc
----

- #3833, #3960, #4001, #4007


v68.0.0
=======

Expand Down
1 change: 0 additions & 1 deletion newsfragments/+drop-py37.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/3525.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/3833.misc.rst

This file was deleted.

Empty file removed newsfragments/3960.misc.rst
Empty file.
4 changes: 0 additions & 4 deletions newsfragments/3962.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/3995.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/4000.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4001.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4007.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/4009.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions newsfragments/4012.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = setuptools
version = 68.0.0
version = 68.1.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
description = Easily download, build, install, upgrade, and uninstall Python packages
Expand Down

0 comments on commit 71b355b

Please sign in to comment.