Skip to content

Commit e9ae8d7

Browse files
committed
Set version to 1.2.1
1 parent 3059d03 commit e9ae8d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '1.2'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.2.1b1'
53+
release = '1.2.1'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

src/py3createtorrent.py

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

6161
# Do not touch anything below this line unless you know what you're doing!
6262

63-
__version__ = "1.2.1b1"
63+
__version__ = "1.2.1"
6464

6565
# Note:
6666
# Kilobyte = kB = 1000 Bytes

0 commit comments

Comments
 (0)