Skip to content

Commit

Permalink
0.3.5
Browse files Browse the repository at this point in the history
0.3.5 [skip ci]
  • Loading branch information
actions-user authored and github-actions committed Feb 9, 2024
1 parent e425929 commit 4f9af4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v0.3.5 (2024-02-09)
### Fix
* Add imports required for ladder ([`e425929`](https://github.com/AresSC2/cython-extensions-sc2/commit/e4259290b3e54a4f0f3e43f5c5dd982d199dc5e1))

## v0.3.4 (2024-02-08)
### Fix
* Correct imports ([`3912ed1`](https://github.com/AresSC2/cython-extensions-sc2/commit/3912ed156ff7ea65601bf0536208d307ea05d1cc))
Expand Down
2 changes: 1 addition & 1 deletion cython_extensions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.4"
__version__ = "0.3.5"

# bootstrap is the only module which
# can be loaded with default Python-machinery
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 = "cython-extensions-sc2"
version = "0.3.4"
version = "0.3.5"
description = ""
authors = ["Tom Kerr <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 4f9af4e

Please sign in to comment.