Skip to content

Commit

Permalink
[RELEASE] v0.9.3 (#1509)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentschen committed Nov 12, 2019
1 parent 056bf91 commit 64c8741
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [0.9.3]
### [Breaking Changes]
### [Added]
## [0.9.3] - 2019-11-11

### [Changed]
### [Deprecated]
### [Removed]

* PR #1502: Faster symmetry breaking in LabelModel using Munkres algorithm


## [0.9.2] - 2019-10-22
Expand Down
2 changes: 1 addition & 1 deletion snorkel/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_MAJOR = "0"
_MINOR = "9"
_REVISION = "3+dev"
_REVISION = "3"

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

0 comments on commit 64c8741

Please sign in to comment.