Skip to content

Commit 4923a88

Browse files
committed
Merge branch 'bump_version_0_11_2_dev1' into develop
Signed-off-by: Sebastien Awwad <sebastien.awwad@gmail.com>
2 parents 8db7f04 + 73f3289 commit 4923a88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

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

8282
setup(
8383
name = 'tuf',
84-
version = '0.11.2-alpha', # If updating version, also update it in tuf/__init__.py
84+
version = '0.11.2.dev1', # If updating version, also update it in tuf/__init__.py
8585
description = 'A secure updater framework for Python',
8686
long_description = long_description,
8787
long_description_content_type='text/markdown',

tuf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# setup.py has it hard-coded separately.
33
# Currently, when the version is changed, it must be set in both locations.
44
# TODO: Single-source the version number.
5-
__version__ = "0.11.2-alpha"
5+
__version__ = "0.11.2.dev1"

0 commit comments

Comments
 (0)