release: 0.12.2

Signed-off-by: Santiago Torres <santiago@archlinux.org>
This commit is contained in:
Santiago Torres 2020-01-10 15:41:17 -05:00
parent 2977188139
commit bea6496dc2
No known key found for this signature in database
GPG key ID: 468F122CE8162295
3 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## v0.12.2
* Fix incorrect threshold signature computation (#974)
* Drop support for python 3.4 (#966)
* Improve documentation (#970, #960, #962, #961, 972)
* Improve test suite and tutorial scripts (#775)
## v0.12.1
* Relax spec version format check for backwards compatibility (#950)
* Update project metadata (#937, #939, #944, #947, #948, #953, #954)

View file

@ -81,7 +81,7 @@
setup(
name = 'tuf',
version = '0.12.1', # If updating version, also update it in tuf/__init__.py
version = '0.12.2', # 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',

View file

@ -2,7 +2,7 @@
# 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.12.1"
__version__ = "0.12.2"
# This reference implementation produces metadata intended to conform to
# version 1.0.0 of the TUF specification, and is expected to consume metadata