Skip to content

Commit 8fef6af

Browse files
committed
Version bump for 0.11
1 parent b92f10c commit 8fef6af

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Maintenance
1313
(`#101 <https://github.com/clokep/celery-batches/pull/101>`_)
1414
* Support Python 3.14. Contributed by `@julienc91 <https://github.com/julienc91>`_.
1515
(`#101 <https://github.com/clokep/celery-batches/pull/101>`_)
16+
* Changed packaging to use setuptools declarative config in ``pyproject.toml``.
17+
(`#101 <https://github.com/clokep/celery-batches/pull/101>`_,
18+
`#103 <https://github.com/clokep/celery-batches/pull/103>`_)
1619

1720

1821
0.10 (2025-04-04)

RELEASING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Releasing django-querysetsequence
22
=================================
33

4-
1. Bump the version in ``setup.cfg`` and ``CHANGELOG.rst``.
5-
2. Double check the trove classifiers in ``setup.cfg`` (they should match the
4+
1. Bump the version in ``pyproject.toml`` and ``CHANGELOG.rst``.
5+
2. Double check the trove classifiers in ``pyproject.toml`` (they should match the
66
supported Python version in ``README.rst`` and ``tox.ini``).
77
3. Make a git commit.
88
4. Create a git tag: ``git tag <version>``

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "celery-batches"
33
license = "BSD-3-Clause"
4-
version = "0.10"
4+
version = "0.11"
55
description = "Experimental task class that buffers messages and processes them as a list."
66
readme = "README.rst"
77
requires-python = ">=3.9"

0 commit comments

Comments
 (0)