Skip to content

Commit 96a325e

Browse files
committed
Update changelog.
1 parent cba2bf8 commit 96a325e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

RELEASING.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ Releasing django-querysetsequence
1010
6. Build the package via ``python -m build``.
1111
7. Run twine checks: ``twine check dist/*``
1212
8. Upload to PyPI: ``twine upload dist/*``
13+
9. Create a new release on GitHub: https://github.com/clokep/django-querysetsequence/releases/new

0 commit comments

Comments
 (0)