Skip to content

Commit 0b1288d

Browse files
committed
39.0.0
1 parent 15ecef4 commit 0b1288d

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

HISTORY.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Change Log
44
All notable changes to this project will be documented in this file.
55
This project adheres to `Semantic Versioning <http://semver.org/>`__.
66

7+
[39.0.0] - 2021-08-05
8+
---------------------
9+
Changed
10+
~~~~~~~
11+
- Removed old CoT keys
12+
- ``lint`` tox target renamed to ``check`` to match other releng repos
13+
- Tests now use ``coveralls`` instead of ``pytest-coveralls``
14+
- fixed ``fenix`` prod cot index; old one hadn't been updated in a year
15+
- added ``adhoc-signing`` and ``xpi-manifest`` cot index tests
16+
717
[38.2.0] - 2021-07-14
818
---------------------
919
Changed

src/scriptworker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def get_version_string(version: Union[ShortVerType, LongVerType]) -> str:
5454

5555
# 1}}}
5656
# Semantic versioning 2.0.0 http://semver.org/
57-
__version__ = (38, 2, 0)
57+
__version__ = (39, 0, 0)
5858
__version_string__ = get_version_string(__version__)
5959

6060

version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"version":[
3-
38,
4-
2,
3+
39,
4+
0,
55
0
66
],
7-
"version_string":"38.2.0"
7+
"version_string":"39.0.0"
88
}

0 commit comments

Comments
 (0)