Bump version 0.12.0#921
Conversation
|
Update: |
setup.py
Outdated
| setup( | ||
| name = 'tuf', | ||
| version = '0.11.2.dev3', # If updating version, also update it in tuf/__init__.py | ||
| version = '0.12.0-dev0', # If updating version, also update it in tuf/__init__.py |
There was a problem hiding this comment.
| version = '0.12.0-dev0', # If updating version, also update it in tuf/__init__.py | |
| version = '0.12.0', # If updating version, also update it in tuf/__init__.py |
JustinCappos
left a comment
There was a problem hiding this comment.
Need to change these version strings, right?
tuf/__init__.py
Outdated
| # Currently, when the version is changed, it must be set in both locations. | ||
| # TODO: Single-source the version number. | ||
| __version__ = "0.11.2.dev3" | ||
| __version__ = "0.12.0-dev0" |
There was a problem hiding this comment.
| __version__ = "0.12.0-dev0" | |
| __version__ = "0.12.0" |
|
@JustinCappos, yes absolutely. Thanks for the reminder! I would have done it, when rebasing to integrate a merged #928. |
docs/CHANGELOG.md
Outdated
| # Changelog | ||
|
|
||
|
|
||
| ## v0.12.0-dev0 |
|
@trishankatdatadog wants to get #885 in before we bump to 0.12.0. #885 is already finished and reviewed. All that's missing is a test. |
4385ea2 to
37a6b12
Compare
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
37a6b12 to
9a8e3c9
Compare
trishankatdatadog
left a comment
There was a problem hiding this comment.
💯, @lukpueh is the man
TODO
Alternatively, and if preferred, release as 1.0.0-dev0 instead (requires changing the version numbers in
CHANGELOG.md,setup.pyand__init__.py)