We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79b3f6 commit c42d351Copy full SHA for c42d351
2 files changed
docs/conf.py
@@ -70,7 +70,7 @@
70
version = "2.2"
71
72
# The full version, including alpha/beta/rc tags.
73
-release = "2.2.0" # keep in sync with setup.py and telnetlib3/accessories.py !!
+release = "2.2.0" # keep in sync with pyproject.toml and telnetlib3/accessories.py !!
74
75
# The language for content auto-generated by Sphinx. Refer to documentation
76
# for a list of supported languages.
telnetlib3/accessories.py
@@ -26,7 +26,7 @@
26
27
def get_version() -> str:
28
"""Return the current version of telnetlib3."""
29
- return "2.2.0" # keep in sync with setup.py and docs/conf.py !!
+ return "2.2.0" # keep in sync with pyproject.toml and docs/conf.py !!
30
31
32
def encoding_from_lang(lang: str) -> Optional[str]:
0 commit comments