File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.18.1
4+
5+ ### Changed
6+ * Update setup.cfg to not build universal wheels (#1566 )
7+
38## v0.18.0
49
5100.18 is a big release with 3 main themes:
Original file line number Diff line number Diff line change 7878
7979setup (
8080 name = 'tuf' ,
81- version = '0.18.0 ' , # If updating version, also update it in tuf/__init__.py
81+ version = '0.18.1 ' , # If updating version, also update it in tuf/__init__.py
8282 description = 'A secure updater framework for Python' ,
8383 long_description = long_description ,
8484 long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change 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.18.0 "
5+ __version__ = "0.18.1 "
66
77# This reference implementation produces metadata intended to conform to
88# version 1.0.0 of the TUF specification, and is expected to consume metadata
You can’t perform that action at this time.
0 commit comments