Skip to content

Commit 2e15ebb

Browse files
committed
Release Incremental 25.11.0
1 parent 2803462 commit 2e15ebb

File tree

11 files changed

+40
-11
lines changed

11 files changed

+40
-11
lines changed

NEWS.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
Incremental 24.11.0 (2025-11-27)
2+
================================
3+
4+
Features
5+
--------
6+
7+
- Incremental now provides a CLI script, ``incremental``, allowing you to run it with ``pipx run incremental``.
8+
The ``incremental update`` subcommand offers the same functionality as ``python -m incremental.update``. (`#99 <https://github.com/twisted/incremental/issues/99>`__)
9+
- Incremental now depends on packaging instead of setuptools at runtime (`#141 <https://github.com/twisted/incremental/issues/141>`__)
10+
- Add Python 3.13 and 3.14 to the test matrix. (`#179 <https://github.com/twisted/incremental/issues/179>`__)
11+
12+
13+
Bugfixes
14+
--------
15+
16+
- Build Incremental itself with Hatchling, working around failures with certain versions of setuptools (`#122 <https://github.com/twisted/incremental/issues/122>`__)
17+
18+
19+
Improved Documentation
20+
----------------------
21+
22+
- Incremental's documentation now highlights its primary features: CalVer and indeterminate versions (NEXT). (`#2 <https://github.com/twisted/incremental/issues/2>`__)
23+
24+
25+
Deprecations and Removals
26+
-------------------------
27+
28+
- Incremental's CLI no longer depends on Click, so you no longer need to install ``incremental[scripts]`` for it to function.
29+
The ``scripts`` extra is deprecated. (`#99 <https://github.com/twisted/incremental/issues/99>`__)
30+
- Drop support for Python 3.8, which has been end-of-life since October 2024. (`#179 <https://github.com/twisted/incremental/issues/179>`__)
31+
32+
33+
Misc
34+
----
35+
36+
- `#105 <https://github.com/twisted/incremental/issues/105>`__, `#116 <https://github.com/twisted/incremental/issues/116>`__
37+
38+
139
Incremental 24.7.2 (2024-07-29)
240
===============================
341

src/incremental/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"""
44

55
# This file is auto-generated! Do not edit!
6-
# Use `python -m incremental.update Incremental` to change this file.
6+
# Use `incremental` to change this file.
77

88
from incremental import Version
99

10-
__version__ = Version("Incremental", 24, 7, 2)
10+
__version__ = Version("Incremental", 24, 11, 0)
1111
__all__ = ["__version__"]

src/incremental/newsfragments/105.misc

Whitespace-only changes.

src/incremental/newsfragments/116.misc

Whitespace-only changes.

src/incremental/newsfragments/122.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/incremental/newsfragments/141.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/incremental/newsfragments/179.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/incremental/newsfragments/179.removal.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/incremental/newsfragments/2.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/incremental/newsfragments/99.feature.rst

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

0 commit comments

Comments
 (0)