Skip to content

Commit

Permalink
Merge pull request #620 from mozilla-releng/hneiva/48.5.0
Browse files Browse the repository at this point in the history
chore: Version bump 48.5.0
  • Loading branch information
hneiva authored Aug 3, 2023
2 parents eb932cd + 673bb0d commit d8cc115
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Change Log
All notable changes to this project will be documented in this file.
This project adheres to `Semantic Versioning <http://semver.org/>`__.

48.5.0 - 2023-08-03
-------------------

Added
~~~~~
- Add `maple` to trusted vcs projects


48.4.0 - 2023-08-01
-------------------

Expand Down
2 changes: 1 addition & 1 deletion src/scriptworker/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def get_version_string(version: Union[ShortVerType, LongVerType]) -> str:

# 1}}}
# Semantic versioning 2.0.0 http://semver.org/
__version__ = (48, 4, 0)
__version__ = (48, 5, 0)
__version_string__ = get_version_string(__version__)


Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version":[
48,
4,
5,
0
],
"version_string":"48.4.0"
"version_string":"48.5.0"
}

0 comments on commit d8cc115

Please sign in to comment.