diff --git a/CHANGELOG.md b/CHANGELOG.md index c0a55e1e..df3381ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [UnReleased] - 202Y-MM-DD + +### Added + +- + + +### Changed + +- + + +### Deprecated + +- + + +### Fixed + +- + + ## [0.10.1] - 2023-12-22 ### Fixed diff --git a/src/lightning_utilities/__about__.py b/src/lightning_utilities/__about__.py index 917eab3a..23b02baa 100644 --- a/src/lightning_utilities/__about__.py +++ b/src/lightning_utilities/__about__.py @@ -1,6 +1,6 @@ import time -__version__ = "0.10.1" +__version__ = "0.11.0dev" __author__ = "Lightning AI et al." __author_email__ = "pytorch@lightning.ai" __license__ = "Apache-2.0" @@ -8,8 +8,8 @@ __homepage__ = "https://github.com/Lightning-AI/utilities" __docs__ = "Lightning toolbox for across the our ecosystem." __long_doc__ = """ -This package allows for sharing GH workflows, CI/CD assistance actions, and Python utilities across the Lightning -ecosystem. +This package allows for sharing GitHub workflows, CI/CD assistance actions, and Python utilities across the Lightning +ecosystem - projects. """ __all__ = [