Skip to content

Commit

Permalink
[RELEASE]: v0.9.5 (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentschen committed Apr 7, 2020
1 parent 1adc7a8 commit c8c20db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ All notable changes to this project will be documented in this file.
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.5]
## [0.9.5] - 2020-04-06
### [Breaking Changes]
### [Added]
### [Changed]
### [Deprecated]
### [Removed]

* PR #1565: Upgrade pytorch requirement to support torch>=1.2.0

## [0.9.4] - 2020-04-05
### [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 = "5+dev"
_REVISION = "5"

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

0 comments on commit c8c20db

Please sign in to comment.