Skip to content

Commit c9d2b1c

Browse files
authored
Merge pull request #1365 from qstokkink/automated_version_update
Automated minor version increment
2 parents d9aaf75 + bca3d5b commit c9d2b1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = "3.2" # Do not change manually! Handled by github_increment_version.py
2929
# The full version, including alpha/beta/rc tags
30-
release = "3.2.0" # Do not change manually! Handled by github_increment_version.py
30+
release = "3.2.1" # Do not change manually! Handled by github_increment_version.py
3131

3232

3333
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
description="The Python implementation of the IPV8 library",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
12-
version="3.2.0", # Do not change manually! Handled by github_increment_version.py
12+
version="3.2.1", # Do not change manually! Handled by github_increment_version.py
1313
url="https://github.com/Tribler/py-ipv8",
1414
package_data={"": ["*.*"]},
1515
packages=find_packages(),

0 commit comments

Comments
 (0)