Skip to content

Commit b7a6b6f

Browse files
committed
- 1.4.0
1 parent 71a70d6 commit b7a6b6f

File tree

3 files changed

+21
-20
lines changed

3 files changed

+21
-20
lines changed

docs/build/changelog.rst

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,26 @@ Changelog
44

55
.. changelog::
66
:version: 1.4.0
7-
:include_notes_from: unreleased
7+
:released: Sat Apr 26 2025
8+
9+
.. change::
10+
:tags: change, general
11+
12+
Support for Python 3.8 has been dropped, the minimum version is now Python
13+
3.9, as 3.8 is EOL. This change is necessitated by the need to require
14+
setuptools 77.0.3 in order to satisfy :pep:`639`.
15+
16+
17+
18+
.. change::
19+
:tags: bug, general
20+
21+
The pyproject.toml configuration has been amended to use
22+
the updated :pep:`639` configuration for license, which eliminates
23+
loud deprecation warnings when building the package. Note this
24+
necessarily bumps setuptools build requirement to 77.0.3 which
25+
forces Python 3.8 support to be dropped.
26+
827

928
.. changelog::
1029
:version: 1.3.4

docs/build/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
# The short X.Y version.
7777
version = dogpile.__version__
7878
# The full version, including alpha/beta/rc tags.
79-
release = "1.3.4"
79+
release = "1.4.0"
8080

8181

8282
# The language for content autogenerated by Sphinx. Refer to documentation

docs/build/unreleased/pep639.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)