We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3059d03 commit e9ae8d7Copy full SHA for e9ae8d7
docs/source/conf.py
@@ -50,7 +50,7 @@
50
# The short X.Y version.
51
version = '1.2'
52
# The full version, including alpha/beta/rc tags.
53
-release = '1.2.1b1'
+release = '1.2.1'
54
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
# for a list of supported languages.
src/py3createtorrent.py
@@ -60,7 +60,7 @@
60
61
# Do not touch anything below this line unless you know what you're doing!
62
63
-__version__ = "1.2.1b1"
+__version__ = "1.2.1"
64
65
# Note:
66
# Kilobyte = kB = 1000 Bytes
0 commit comments