File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Maintenance
5252* Drop support for Python 3.6. (`3fc1d0f <https://github.com/clokep/django-querysetsequence/commit/3fc1d0f8b1ad3727d54ef6c2d0761804455331e2 >`_)
5353* Improve package metadata. (`#89 <https://github.com/clokep/django-querysetsequence/pull/89 >`_)
5454* Run `black <https://black.readthedocs.io/ >`_, `isort <https://pycqa.github.io/isort/ >`_,
55- and `flake8 <https://flake8.pycqa.org >`_, and `pyupgrade <https://github.com/asottile/pyupgrade >`_.
55+ `flake8 <https://flake8.pycqa.org >`_, and `pyupgrade <https://github.com/asottile/pyupgrade >`_.
5656 (`#90 <https://github.com/clokep/django-querysetsequence/pull/90 >`_,
5757 `#91 <https://github.com/clokep/django-querysetsequence/pull/91 >`_)
5858
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ Releasing django-querysetsequence
10106. Build the package via ``python -m build ``.
11117. Run twine checks: ``twine check dist/* ``
12128. Upload to PyPI: ``twine upload dist/* ``
13+ 9. Create a new release on GitHub: https://github.com/clokep/django-querysetsequence/releases/new
You can’t perform that action at this time.
0 commit comments