Skip to content

Commit 698eaeb

Browse files
committedOct 28, 2024··
bump: version 2024.5.0 → 2024.10.0
1 parent 1510706 commit 698eaeb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -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+
111
## v2024.5.0 (2024-05-01)
212

313
### BREAKING CHANGE

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "incendium-stubs"
9-
version = "2024.5.0"
9+
version = "2024.10.0"
1010
description = "incendium stubs package"
1111
readme = "README.md"
1212
keywords = [

0 commit comments

Comments
 (0)
Please sign in to comment.