Skip to content

Commit

Permalink
[RELEASE]: v0.10.0 (#1731)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhancock8 authored Feb 27, 2024
1 parent d902c63 commit 9b642a2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### [Deprecated]
### [Removed]


## [0.10.0] - 2023-02-27
### [Breaking Changes]

* PR #1729: Add support for Python 3.11 and remove support for all other minor versions

### [Contributors]

Thanks to @bhancock8, @kamelCased, @MLobo1997, and @rsmith49 for contributions!


## [0.9.9] - 2022-07-28
### [Added]

Expand Down
4 changes: 2 additions & 2 deletions snorkel/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_MAJOR = "0"
_MINOR = "9"
_REVISION = "10+dev"
_MINOR = "10"
_REVISION = "0"

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

0 comments on commit 9b642a2

Please sign in to comment.