Skip to content

Commit 02d4f42

Browse files
authored
Merge pull request #1567 from joshuagl/joshuagl/v0.18.1
Prepare v0.18.1
2 parents 1ce2c35 + 3a87b2b commit 02d4f42

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

510
0.18 is a big release with 3 main themes:

setup.py

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

7979
setup(
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',

tuf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

0 commit comments

Comments
 (0)