File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
tracked by git
6
6
* Ensure ` docs/CHANGELOG.md ` contains a one-line summary of each [ notable
7
7
change] ( https://keepachangelog.com/ ) since the prior release
8
- * Update ` setup.py ` and ` tuf/__init__.py ` to the new version number vA.B.C
8
+ * Update ` setup.cfg ` and ` tuf/__init__.py ` to the new version number vA.B.C
9
9
* Test packaging, uploading to Test PyPI and installing from a virtual environment
10
10
(ensure commands invoking ` python ` below are using Python 3)
11
11
* Remove existing dist build dirs
Original file line number Diff line number Diff line change 1
1
# This value is used in the requests user agent.
2
- # setup.py has it hard-coded separately.
2
+ # setup.cfg has it hard-coded separately.
3
3
# Currently, when the version is changed, it must be set in both locations.
4
4
# TODO: Single-source the version number.
5
5
__version__ = "0.19.0"
You can’t perform that action at this time.
0 commit comments