Skip to content

Commit

Permalink
chlog: new section + tag dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 22, 2023
1 parent 3164c7c commit d54d1ce
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/lightning_utilities/__about__.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import time

__version__ = "0.10.1"
__version__ = "0.11.0dev"
__author__ = "Lightning AI et al."
__author_email__ = "pytorch@lightning.ai"
__license__ = "Apache-2.0"
__copyright__ = f"Copyright (c) 2022-{time.strftime('%Y')}, {__author__}."
__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__ = [
Expand Down

0 comments on commit d54d1ce

Please sign in to comment.