File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ] - 2023-MM-DD
8
+ ## [ 1.1.0 ] - 2023-09-26
9
9
10
10
11
11
### Added
@@ -31,7 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
31
32
32
- Fixed optimizer priority based on deepspeed specification ([ #36 ] ( https://github.com/Lightning-AI/lightning-Habana/pull/69 ) )
33
33
34
-
35
34
- Fixed missing extras in package ([ #70 ] ( https://github.com/Lightning-AI/lightning-Habana/pull/70 ) )
36
35
37
36
-
Original file line number Diff line number Diff line change 1
- __version__ = "1.1.0.dev "
1
+ __version__ = "1.1.0"
2
2
__author__ = "Lightning-AI et al."
3
3
__author_email__ = "[email protected] "
4
4
__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments