File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ How to do releases
88
99 tox
1010
11+ * Check linters::
12+
13+ pre-commit run --all --all-files
14+
1115* Change docs/history.rst to remove " - unreleased"
1216
1317* Update the version number (removing the ``-dev1 `` part):
Original file line number Diff line number Diff line change 5858# The short X.Y version.
5959version = "2.0"
6060# The full version, including alpha/beta/rc tags.
61- release = "2.0-dev "
61+ release = "2.0"
6262
6363# The language for content autogenerated by Sphinx. Refer to documentation
6464# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ History and release notes
44
55.. currentmodule :: parsy
66
7- 2.0 - unreleased
7+ 2.0 - 2022-09-08
88----------------
99
1010* Dropped support for Python < 3.6
Original file line number Diff line number Diff line change 1- __version__ = "2.0-dev "
1+ __version__ = "2.0"
You can’t perform that action at this time.
0 commit comments