Skip to content

Commit

Permalink
Merge branch 'release_v0.11.2.dev3' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
awwad committed Jan 10, 2019
2 parents 3479063 + 847f20d commit 0b82d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

setup(
name = 'tuf',
version = '0.11.2.dev2', # If updating version, also update it in tuf/__init__.py
version = '0.11.2.dev3', # If updating version, also update it in tuf/__init__.py
description = 'A secure updater framework for Python',
long_description = long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion tuf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# setup.py has it hard-coded separately.
# Currently, when the version is changed, it must be set in both locations.
# TODO: Single-source the version number.
__version__ = "0.11.2.dev2"
__version__ = "0.11.2.dev3"

0 comments on commit 0b82d9a

Please sign in to comment.