Skip to content

Commit 10fdf4a

Browse files
committed
rolling 0.6.0 dev
1 parent d0fb969 commit 10fdf4a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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+
9+
## [Unreleased] - YYYY-MM-DD
10+
11+
### Added
12+
13+
14+
### Changed
15+
16+
17+
### Fixed
18+
19+
20+
### Removed
21+
22+
23+
### Deprecated
24+
25+
826
## [0.5.0] - 2022-12-21
927

1028
### Added

src/lightning_utilities/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import time
22

3-
__version__ = "0.5.0"
3+
__version__ = "0.6.0dev"
44
__author__ = "Lightning AI et al."
55
__author_email__ = "[email protected]"
66
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)