Skip to content

Commit ef188a5

Browse files
jerome-habanaBorda
andauthored
Prepare for 1.1.0 release (#78)
* Prepare for 1.1.0 release Signed-off-by: Jerome <[email protected]> --------- Signed-off-by: Jerome <[email protected]> Co-authored-by: Jirka Borovec <[email protected]>
1 parent 8ec2c1b commit ef188a5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased] - 2023-MM-DD
8+
## [1.1.0] - 2023-09-26
99

1010

1111
### Added
@@ -31,7 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131

3232
- Fixed optimizer priority based on deepspeed specification ([#36](https://github.com/Lightning-AI/lightning-Habana/pull/69))
3333

34-
3534
- Fixed missing extras in package ([#70](https://github.com/Lightning-AI/lightning-Habana/pull/70))
3635

3736
-

src/lightning_habana/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.1.0.dev"
1+
__version__ = "1.1.0"
22
__author__ = "Lightning-AI et al."
33
__author_email__ = "[email protected]"
44
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)