-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
Changelog | ||
######### | ||
|
||
next | ||
==== | ||
0.15 (2021-12-10) | ||
================= | ||
|
||
Features | ||
-------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Releasing django-querysetsequence | ||
================================= | ||
|
||
1. Bump the version in ``setup.cfg``, ``CHANGELOG.rst``, and ``docs/conf.py``. | ||
2. Double check the trove classifiers in ``setup.cfg`` (they should match the | ||
supported Python version in ``README.rst`` and ``tox.ini``). | ||
3. Make a git commit. | ||
4. Create a git tag: ``git tag <version>`` | ||
5. Build the package via ``python -m build``. | ||
6. Run twine checks: ``twine check dist/*`` | ||
7. Upload to PyPI: ``twine upload dist/*`` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters