Skip to content

Commit d51c79a

Browse files
authored
Merge pull request #1115 from qstokkink/automated_version_update
Automated Version Update
2 parents 13131cc + ea41739 commit d51c79a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
# -- Project information -----------------------------------------------------
2323

2424
project = u'IPv8'
25-
copyright = '2017-2022, Tribler' # Do not change manually! Handled by github_increment_version.py
25+
copyright = '2017-2023, Tribler' # Do not change manually! Handled by github_increment_version.py
2626
author = u'Tribler'
2727

2828
# The short X.Y version
29-
version = '2.9' # Do not change manually! Handled by github_increment_version.py
29+
version = '2.10' # Do not change manually! Handled by github_increment_version.py
3030
# The full version, including alpha/beta/rc tags
31-
release = '2.9.0' # Do not change manually! Handled by github_increment_version.py
31+
release = '2.10.0' # Do not change manually! Handled by github_increment_version.py
3232

3333

3434
# -- General configuration ---------------------------------------------------

ipv8/REST/rest_manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async def start(self, port=8085, host='127.0.0.1', api_key=None, ssl_context=Non
8484
aiohttp_apispec = AiohttpApiSpec(
8585
app=self.root_endpoint.app,
8686
title="IPv8 REST API documentation",
87-
version="v2.9", # Do not change manually! Handled by github_increment_version.py
87+
version="v2.10", # Do not change manually! Handled by github_increment_version.py
8888
url="/docs/swagger.json",
8989
swagger_path="/docs",
9090
)

setup.py

+1-1
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='2.9.0', # Do not change manually! Handled by github_increment_version.py
12+
version='2.10.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)