Skip to content

Commit dde9843

Browse files
chore: Bundle release v1.10.0 (#245)
* bundle release for 1.10.0 * Bump version: 1.9.4 → 1.10.0 * move unreleased to top in changelog * add contributors * Update CHANGELOG.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8bf84fe commit dde9843

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-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.4
2+
current_version = 1.10.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<revision>\d+)

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [1.10.0] - 2025-12-16
11+
1012
### Fixed
1113

1214
- Upgraded `urllib3` from `v1.26.20` to `v2.5.0`.
1315
- Added `mock_keyring` fixture to prevent SSO token refresh attempts during individual `test_rest.py` test which runs in pipelines (full suite passes). Caused by [HTTPretty issue 484](https://github.com/gabrielfalcao/HTTPretty/issues/484).
1416
- Entitlement token list command now fixed
17+
- Drop click dependency from `v8.2.0` to `v8.1.8` to fix dependency issue for Python 3.9
1518

1619
### Added
1720

CONTRIBUTORS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ The following contributors (in alphabetical order) are held in eternal high este
1010

1111
- Carlos Gonzalez ([@LowzG](https://github.com/LowzG))
1212
- Jamie Brynes ([@jamiebrynes7](https://github.com/jamiebrynes7))
13+
- Pablo Sanchez ([@pablogrs](https://github.com/pablogrs))
1314
- Patrick McClory ([@mcclory](https://github.com/mcclory))
1415

15-
1616
# Thanks
1717

1818
We'd also like to say thank you to the following people (in alphabetical order), for raising issues, providing suggestions or just for being awesome:
@@ -21,4 +21,5 @@ We'd also like to say thank you to the following people (in alphabetical order),
2121
- Rob Madole ([@robmadole](https://github.com/robmadole))
2222
- Sean Allen ([@SeanTAllen](https://github.com/SeanTAllen))
2323
- Jesse Rhoads ([@JesseRhoads-PD](https://github.com/JesseRhoads-PD))
24+
- Julian Pulgarín ([@jpulgarin](https://github.com/jpulgarin))
2425
- Pierre Gergondet ([@gergondet](https://github.com/gergondet))

cloudsmith_cli/data/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.4
1+
1.10.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def get_long_description():
4949
platforms=["any"],
5050
python_requires=">=3.9.0",
5151
install_requires=[
52-
"click>=8.2.0,!=8.3.0",
52+
"click>=8.1.8,!=8.3.0",
5353
"click-configfile>=0.2.3",
5454
"click-didyoumean>=0.0.3",
5555
"click-spinner>=0.1.7",

0 commit comments

Comments
 (0)