Skip to content

Commit c42d351

Browse files
committed
version 2.2.0
1 parent c79b3f6 commit c42d351

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
version = "2.2"
7171

7272
# The full version, including alpha/beta/rc tags.
73-
release = "2.2.0" # keep in sync with setup.py and telnetlib3/accessories.py !!
73+
release = "2.2.0" # keep in sync with pyproject.toml and telnetlib3/accessories.py !!
7474

7575
# The language for content auto-generated by Sphinx. Refer to documentation
7676
# for a list of supported languages.

telnetlib3/accessories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
def get_version() -> str:
2828
"""Return the current version of telnetlib3."""
29-
return "2.2.0" # keep in sync with setup.py and docs/conf.py !!
29+
return "2.2.0" # keep in sync with pyproject.toml and docs/conf.py !!
3030

3131

3232
def encoding_from_lang(lang: str) -> Optional[str]:

0 commit comments

Comments
 (0)