We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8cdadb commit ea97e47Copy full SHA for ea97e47
CHANGELOG.md
@@ -1,3 +1,21 @@
1
+## v2024.5.0 (2024-05-01)
2
+
3
+### BREAKING CHANGE
4
5
+- deprecate incendium.util module
6
7
+### Refactor
8
9
+- **util**: move out of util (#81)
10
11
+## v2023.4.0.post2 (2024-02-22)
12
13
+## v2023.4.0.post1 (2023-09-23)
14
15
+### Feat
16
17
+- **pip**: python 3.11 (#56)
18
19
## v2023.4.0.post2 (2024-02-22)
20
21
## v2023.4.0.post1 (2023-09-23)
pyproject.toml
@@ -6,7 +6,7 @@ requires = [
[project]
name = "incendium-stubs"
-version = "2023.4.0.post2"
+version = "2024.5.0"
description = "incendium stubs package"
readme = "README.md"
keywords = [
0 commit comments