Skip to content

Commit 527a039

Browse files
authored
Merge pull request #1006 from qstokkink/automated_version_update
Automated Version Update
2 parents e272432 + 6e91e48 commit 527a039

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
author = u'Tribler'
2727

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

3333

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

ipv8/REST/rest_manager.py

Lines changed: 1 addition & 1 deletion
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.6", # Do not change manually! Handled by github_increment_version.py
87+
version="v2.7", # Do not change manually! Handled by github_increment_version.py
8888
url="/docs/swagger.json",
8989
swagger_path="/docs",
9090
)

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