Skip to content

Commit eec5608

Browse files
committed
Bump version to 4.3.0
1 parent f836958 commit eec5608

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [master]
3+
## [4.3.0] 2024-08-18
44

55
### Added
66
- Added `gdformatrc` configuration file to `gdformat`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="gdtoolkit",
6-
version="4.2.3",
6+
version="4.3.0",
77
description="Independent set of tools for working with GDScript - parser, linter and formatter",
88
keywords=["GODOT", "GDSCRIPT", "PARSER", "LINTER", "FORMATTER"],
99
url="https://github.com/Scony/godot-gdscript-toolkit",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ setenv =
4141
MYPYPATH = stubs
4242
deps =
4343
mypy == 0.971
44-
types-pkg_resources
44+
types-pkg_resources == 0.1.3
4545
types-PyYAML == 6.0.12.12
4646
types-docopt
4747
commands =

0 commit comments

Comments
 (0)