Skip to content

Commit

Permalink
fix: require today's ops for today's ops-scenario (#1551)
Browse files Browse the repository at this point in the history
and prep for release

the idea is that we'd:
- release this as `ops-scenario=7.1.1`
- yank `ops-scenario=7.1.0`

the users can then either stay on old ops and old ops-scenario, or
upgrade both
the automatic version resolution should work, I think :)
  • Loading branch information
dimaqq authored Jan 30, 2025
1 parent a508075 commit 4911b06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions testing/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 7.1.1 - 30 Jan 2025

## Fixes

* require ops 2.18.0 or better as a hot-fix against accidentally introduced incompatibility (#1551)

# 7.1.0 - 30 Jan 2025

## Features
Expand Down
4 changes: 2 additions & 2 deletions testing/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "ops-scenario"

version = "7.2.0.dev0"
version = "7.1.1"

authors = [
{ name = "Pietro Pasotti", email = "[email protected]" }
Expand All @@ -21,7 +21,7 @@ license.text = "Apache-2.0"
keywords = ["juju", "test"]

dependencies = [
"ops~=2.17",
"ops~=2.18",
"PyYAML>=6.0.1",
]
readme = "README.md"
Expand Down

0 comments on commit 4911b06

Please sign in to comment.