Skip to content

Commit 7990c1a

Browse files
Merge branch 'master' into ceng-355-httpsgithubcomcloudsmith-iocloudsmith-clipull171
2 parents 1e61f4f + 4021df8 commit 7990c1a

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.9.1
2+
current_version = 1.9.2
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<revision>\d+)

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

cloudsmith_cli/data/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.1
1+
1.9.2

0 commit comments

Comments
 (0)