Skip to content

Commit c9da48a

Browse files
authored
Merge pull request #1349 from qstokkink/automated_version_update
Automated version increment
2 parents 960b56e + 6ec3fb3 commit c9da48a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
# -- Project information -----------------------------------------------------
2222

2323
project = "IPv8"
24-
copyright = "2017-2024, Tribler" # Do not change manually! Handled by github_increment_version.py
24+
copyright = "2017-2025, Tribler" # Do not change manually! Handled by github_increment_version.py
2525
author = "Tribler"
2626

2727
# The short X.Y version
28-
version = "3.0" # Do not change manually! Handled by github_increment_version.py
28+
version = "3.1" # Do not change manually! Handled by github_increment_version.py
2929
# The full version, including alpha/beta/rc tags
30-
release = "3.0.0" # Do not change manually! Handled by github_increment_version.py
30+
release = "3.1.0" # Do not change manually! Handled by github_increment_version.py
3131

3232

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

ipv8/REST/rest_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ async def start(self, port: int = 8085, host: str = "127.0.0.1", api_key: str |
117117
aiohttp_apispec = AiohttpApiSpec(
118118
app=self.root_endpoint.app,
119119
title="IPv8 REST API documentation",
120-
version="v3.0", # Do not change manually! Handled by github_increment_version.py
120+
version="v3.1", # Do not change manually! Handled by github_increment_version.py
121121
url="/docs/swagger.json",
122122
swagger_path="/docs",
123123
)

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.0.0", # Do not change manually! Handled by github_increment_version.py
12+
version="3.1.0", # 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)