Skip to content

Commit

Permalink
euddraft 0.10.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
armoha committed Oct 5, 2024
1 parent d0566d6 commit 35d1f39
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.10.1.2] - 2024.10.05
## [0.10.1.3] - 2024.10.05
### Changed
- Remove unused issueError parameter in Encode functions
- `scdata.flags.Flag = X;` only takes `true`, `false`, `1`, `0` or `EUDVariable`
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG_ko.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 변경 사항 (한국어)

## [0.10.1.2] - 2024.10.05
## [0.10.1.3] - 2024.10.05
### 기능 변경
- Encode류 함수에서 미사용 issueError 인자 삭제
- `scdata.flags.Flag = X;`에서 `true`, `false`, `1`, `0` 또는 `EUDVariable`만 대입 가능하게 변경
Expand Down
2 changes: 1 addition & 1 deletion euddraft.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from pluginLoader import getGlobalPluginDirectory
from readconfig import readconfig

version = "0.10.1.2"
version = "0.10.1.3"


def applylib():
Expand Down
2 changes: 1 addition & 1 deletion latest/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.1.2
0.10.1.3
14 changes: 8 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "euddraft"
version = "0.10.1.2"
version = "0.10.1.3"
description = "Framework for creating & applying various plugins to StarCraft map."
authors = ["armoha <kein0011@naver.com>", "Park Hyun Woo <phu54321@naver.com>"]
license = "MIT"
Expand All @@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">= 3.10, < 3.12"
cx-Freeze = "^7.2.0"
eudplib = "^0.79.5"
eudplib = { path = "../eudplib" }
rich = "^13.8.1"
openpyxl = "^3.1.3"
typing_extensions = "^4.12.2"
Expand Down

0 comments on commit 35d1f39

Please sign in to comment.