Skip to content

Commit 9b642a2

Browse files
authored
[RELEASE]: v0.10.0 (#1731)
1 parent d902c63 commit 9b642a2

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
### [Deprecated]
1212
### [Removed]
1313

14+
15+
## [0.10.0] - 2023-02-27
16+
### [Breaking Changes]
17+
18+
* PR #1729: Add support for Python 3.11 and remove support for all other minor versions
19+
20+
### [Contributors]
21+
22+
Thanks to @bhancock8, @kamelCased, @MLobo1997, and @rsmith49 for contributions!
23+
24+
1425
## [0.9.9] - 2022-07-28
1526
### [Added]
1627

snorkel/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_MAJOR = "0"
2-
_MINOR = "9"
3-
_REVISION = "10+dev"
2+
_MINOR = "10"
3+
_REVISION = "0"
44

55
VERSION_SHORT = f"{_MAJOR}.{_MINOR}"
66
VERSION = f"{_MAJOR}.{_MINOR}.{_REVISION}"

0 commit comments

Comments
 (0)