Skip to content

Commit

Permalink
1.7.2
Browse files Browse the repository at this point in the history
1.7.2 [skip ci]
  • Loading branch information
actions-user authored and github-actions committed Oct 7, 2023
1 parent 51c01bb commit 4f3417e
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-->

## v1.7.2 (2023-10-07)

### Fix

* Prevent stuck build runner ([`51c01bb`](https://github.com/AresSC2/ares-sc2/commit/51c01bb0c4b502c234201a6a235dd463f6ab3c63))

## v1.7.1 (2023-10-06)

### Fix
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 = "1.7.1"
version = "1.7.2"
description = ""
authors = ["Tom Kerr <tomkerrdev@gmail.com>, Paul <paul@ares.com>"]
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__ = "1.7.1"
__version__ = "1.7.2"

from .main import * # noqa: F403 F401

0 comments on commit 4f3417e

Please sign in to comment.