Skip to content

Commit

Permalink
Bump version to 0.11.4 for release (#282)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
  • Loading branch information
awaelchli and Borda authored Jul 14, 2024
1 parent bb820ab commit d42f7c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ 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).

---
## [UnRaleased] - 2024-MM-DD

## [0.11.4] - 2024-07-15

### Changed

- Replaced deprecated `pkg_resources` with `importlib.metadata` ([#281](https://github.com/Lightning-AI/utilities/pull/281))

### Fixed

-

## [0.11.3] - 2024-06-26

Expand Down
2 changes: 1 addition & 1 deletion src/lightning_utilities/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import time

__version__ = "0.11.3.post0"
__version__ = "0.11.4"
__author__ = "Lightning AI et al."
__author_email__ = "pytorch@lightning.ai"
__license__ = "Apache-2.0"
Expand Down

0 comments on commit d42f7c0

Please sign in to comment.