Skip to content

Commit 7b65c65

Browse files
committed
Version bump - 2.0
1 parent 9b5aa22 commit 7b65c65

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

RELEASE.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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):

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# The short X.Y version.
5959
version = "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.

docs/history.rst

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

src/parsy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0-dev"
1+
__version__ = "2.0"

0 commit comments

Comments
 (0)