File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 33 Changelog
44#########
55
6- next
7- ====
6+ 0.15 (2021-12-10)
7+ =================
88
99Features
1010--------
Original file line number Diff line number Diff line change 1+ Releasing django-querysetsequence
2+ =================================
3+
4+ 1. Bump the version in ``setup.cfg ``, ``CHANGELOG.rst ``, and ``docs/conf.py ``.
5+ 2. Double check the trove classifiers in ``setup.cfg `` (they should match the
6+ supported Python version in ``README.rst `` and ``tox.ini ``).
7+ 3. Make a git commit.
8+ 4. Create a git tag: ``git tag <version> ``
9+ 5. Build the package via ``python -m build ``.
10+ 6. Run twine checks: ``twine check dist/* ``
11+ 7. Upload to PyPI: ``twine upload dist/* ``
Original file line number Diff line number Diff line change 11
22project = "django-querysetsequence"
3- copyright = "2020, Patrick Cloke"
3+ copyright = "2020 - 2021 , Patrick Cloke"
44author = "Patrick Cloke"
55
66# The full version, including alpha/beta/rc tags
7- release = "0.14 "
7+ release = "0.15 "
88
99
1010# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[metadata]
22name = django-querysetsequence
3- version = 0.15dev
3+ version = 0.15
44description = Chain together multiple (disparate) QuerySets to treat them as a single QuerySet.
55long_description = file: README.rst
66long_description_content_type = text/x-rst
You can’t perform that action at this time.
0 commit comments