We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fb969 commit 10fdf4aCopy full SHA for 10fdf4a
CHANGELOG.md
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
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
26
## [0.5.0] - 2022-12-21
27
28
### Added
src/lightning_utilities/__about__.py
@@ -1,6 +1,6 @@
1
import time
2
3
-__version__ = "0.5.0"
+__version__ = "0.6.0dev"
4
__author__ = "Lightning AI et al."
__author_email__ = "[email protected]"
__license__ = "Apache-2.0"
0 commit comments