Skip to content

Commit 0cfc487

Browse files
committed
[RELEASE] 5.12.1-rc2
1 parent 9db7e9b commit 0cfc487

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: ChangeLog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is the master changelog for Elite Dangerous Market Connector. Entries are
66
in the source (not distributed with the Windows installer) for the
77
currently used version.
88
---
9-
Pre-Release 5.12.1-rc1
9+
Pre-Release 5.12.1-rc2
1010
===
1111

1212
This is a release candidate for 5.12.1. It has been pushed to the "Beta" track for updates!

Diff for: config/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# <https://semver.org/#semantic-versioning-specification-semver>
5353
# Major.Minor.Patch(-prerelease)(+buildmetadata)
5454
# NB: Do *not* import this, use the functions appversion() and appversion_nobuild()
55-
_static_appversion = '5.12.1-beta1'
55+
_static_appversion = '5.12.1-rc2'
5656
_cached_version: semantic_version.Version | None = None
5757
copyright = '© 2015-2019 Jonathan Harris, 2020-2024 EDCD'
5858

0 commit comments

Comments
 (0)