Skip to content

Commit c8c20db

Browse files
authored
[RELEASE]: v0.9.5 (#1569)
1 parent 1adc7a8 commit c8c20db

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ All notable changes to this project will be documented in this file.
44
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

7-
## [Unreleased]
8-
## [0.9.5]
7+
## [0.9.5] - 2020-04-06
98
### [Breaking Changes]
10-
### [Added]
11-
### [Changed]
12-
### [Deprecated]
13-
### [Removed]
9+
10+
* PR #1565: Upgrade pytorch requirement to support torch>=1.2.0
1411

1512
## [0.9.4] - 2020-04-05
1613
### [Breaking Changes]

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 = "5+dev"
3+
_REVISION = "5"
44

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

0 commit comments

Comments
 (0)