Skip to content

Commit 64c8741

Browse files
authored
[RELEASE] v0.9.3 (#1509)
1 parent 056bf91 commit 64c8741

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
## [Unreleased]
9-
## [0.9.3]
10-
### [Breaking Changes]
11-
### [Added]
8+
## [0.9.3] - 2019-11-11
9+
1210
### [Changed]
13-
### [Deprecated]
14-
### [Removed]
11+
12+
* PR #1502: Faster symmetry breaking in LabelModel using Munkres algorithm
1513

1614

1715
## [0.9.2] - 2019-10-22

snorkel/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_MAJOR = "0"
22
_MINOR = "9"
3-
_REVISION = "3+dev"
3+
_REVISION = "3"
44

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

0 commit comments

Comments
 (0)