File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
18210.10 (2025-04-04)
Original file line number Diff line number Diff line change 11Releasing 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 ``).
773. Make a git commit.
884. Create a git tag: ``git tag <version> ``
Original file line number Diff line number Diff line change 11[project ]
22name = " celery-batches"
33license = " BSD-3-Clause"
4- version = " 0.10 "
4+ version = " 0.11 "
55description = " Experimental task class that buffers messages and processes them as a list."
66readme = " README.rst"
77requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments