Skip to content

Commit

Permalink
[RELEASE]: v0.9.6 (#1604)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentschen committed Aug 9, 2020
1 parent 232247c commit d1d1c9f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,24 @@ 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.6]
## [0.9.7]
### [Breaking Changes]
### [Added]
### [Changed]
### [Deprecated]
### [Removed]

## [0.9.6] - 2020-08-08
### [Added]

* PR #1572: Allow specification of `memoize_key` in preprocessors
* PR #1597: Improved error messages for MultitaskClassifier
* PR #1592: Improved LabelModel documentation

### [Contributors]

Thanks to @Wirg, @TrigonaMinima, and @dchichkov for recent contributions!

## [0.9.5] - 2020-04-06
### [Breaking Changes]

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 = "6+dev"
_REVISION = "6"

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

0 comments on commit d1d1c9f

Please sign in to comment.