File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.9.1
2+ current_version = 1.9.2
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<revision>\d+)
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v2
16- - name : Set up Python 3.14
16+ - name : Set up Python 3.11
1717 uses : actions/setup-python@v2
1818 with :
19- python-version : 3.14
19+ python-version : 3.11
2020 - name : Install dependencies
2121 run : |
2222 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ 1.9.2] - 2025-11-06
11+
12+ ### Fixed
13+
14+ - [ Issue-235] ( https://github.com/cloudsmith-io/cloudsmith-cli/issues/235 ) - Fix for latest zipapp releases not working on < python@3.14
15+
1016## [ 1.9.1] - 2025-11-05
1117
1218### Fixed
Original file line number Diff line number Diff line change 1- 1.9.1
1+ 1.9.2
You can’t perform that action at this time.
0 commit comments