We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1510706 commit 698eaebCopy full SHA for 698eaeb
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## v2024.10.0 (2024-10-28)
2
+
3
+### BREAKING CHANGE
4
5
+- util module has been removed
6
7
+### Refactor
8
9
+- remove util module (#91)
10
11
## v2024.5.0 (2024-05-01)
12
13
### BREAKING CHANGE
pyproject.toml
@@ -6,7 +6,7 @@ requires = [
[project]
name = "incendium-stubs"
-version = "2024.5.0"
+version = "2024.10.0"
description = "incendium stubs package"
readme = "README.md"
keywords = [
0 commit comments