Skip to content

Commit

Permalink
Release 0.2.7 (Dependency fixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
KSneijders committed Jan 1, 2024
2 parents 2717d39 + 8b7c822 commit afdd551
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## 0.2.7 - 2024-Januari-01

### Fixed

- Package dependencies (`requirements.txt`, `pyproject.toml`)

---

## 0.2.6 - 2024-Januari-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=61.0"]
requires = ["setuptools>=61.0", "AoE2ScenarioParser>=0.1.60"]
build-backend = "setuptools.build_meta"

[project]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
AoE2ScenarioParser~=0.1.50
AoE2ScenarioParser~=0.1.60
PyTest~=7.2.1

0 comments on commit afdd551

Please sign in to comment.