1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-20 19:07:38 +03:00

Merge pull request #1405 from EDCD/enhancement/python-3.10.2

Python: bump version used to 3.10.2
This commit is contained in:
Athanasius 2022-01-20 13:39:21 +00:00 committed by GitHub
commit f2e38afc39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-python@v2.3.1
with:
python-version: "3.10.1"
python-version: "3.10.2"
architecture: "x86"
- name: Install python tools

View File

@ -1 +1 @@
3.10.1
3.10.2

View File

@ -33,7 +33,7 @@ appcmdname = 'EDMC'
# <https://semver.org/#semantic-versioning-specification-semver>
# Major.Minor.Patch(-prerelease)(+buildmetadata)
# NB: Do *not* import this, use the functions appversion() and appversion_nobuild()
_static_appversion = '5.3.0-beta3'
_static_appversion = '5.3.0-beta4'
_cached_version: Optional[semantic_version.Version] = None
copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD'