File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased]
8
- ## [ 0.9.5]
7
+ ## [ 0.9.5] - 2020-04-06
9
8
### [ Breaking Changes]
10
- ### [ Added]
11
- ### [ Changed]
12
- ### [ Deprecated]
13
- ### [ Removed]
9
+
10
+ * PR #1565 : Upgrade pytorch requirement to support torch>=1.2.0
14
11
15
12
## [ 0.9.4] - 2020-04-05
16
13
### [ Breaking Changes]
Original file line number Diff line number Diff line change 1
1
_MAJOR = "0"
2
2
_MINOR = "9"
3
- _REVISION = "5+dev "
3
+ _REVISION = "5"
4
4
5
5
VERSION_SHORT = f"{ _MAJOR } .{ _MINOR } "
6
6
VERSION = f"{ _MAJOR } .{ _MINOR } .{ _REVISION } "
You can’t perform that action at this time.
0 commit comments