Skip to content

Commit bbc9ecd

Browse files
authored
chore: Bump version to 60.9.0 (mozilla-releng#695)
1 parent d3c3a19 commit bbc9ecd

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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+
60.9.0 - 2025-05-05
8+
-------------------
9+
10+
Added
11+
~~~~~
12+
13+
- Firefox iOS CoT scopes
14+
- Values for ESR 140 to scriptworker constants
15+
716
60.8.0 - 2025-04-16
817
-------------------
918

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__ = (60, 8, 0)
57+
__version__ = (60, 9, 0)
5858
__version_string__ = get_version_string(__version__)
5959

6060

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"version":[
33
60,
4-
8,
4+
9,
55
0
66
],
7-
"version_string":"60.8.0"
7+
"version_string":"60.9.0"
88
}

0 commit comments

Comments
 (0)