Skip to content

Commit

Permalink
2.33.1
Browse files Browse the repository at this point in the history
2.33.1 [skip ci]
  • Loading branch information
actions-user authored and github-actions committed Jan 31, 2025
1 parent 95557f1 commit 8b09da9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v2.33.1 (2025-01-31)

### Fix

* Ensure spawn controller did an action before marking step started ([`ccc0d30`](https://github.com/AresSC2/ares-sc2/commit/ccc0d308472480814c2dec2b4d0d80eb0a243618))

## v2.33.0 (2025-01-28)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ares-sc2"
version = "2.33.0"
version = "2.33.1"
description = ""
authors = ["Tom Kerr <[email protected]>, Paul <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/ares/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "2.33.0"
__version__ = "2.33.1"

from .main import * # noqa: F403 F401

0 comments on commit 8b09da9

Please sign in to comment.