Skip to content

Commit

Permalink
releasing 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jun 26, 2024
1 parent 2173599 commit 14c84be
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 21 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ repos:
- mdformat-gfm
- mdformat-black
- mdformat_frontmatter
args: ["--number"]
exclude: CHANGELOG.md

- repo: https://github.com/pre-commit/mirrors-prettier
Expand Down
17 changes: 1 addition & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [Unreleased] - 2024-MM-DD

### Added

-


### Changed

-


### Deprecated

-

## [0.11.3] - 2024-06-26

### Fixed

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

__This repository covers the following use-cases:__

1. **Reusable GitHub workflows**
1. **Shared GitHub actions**
1. **CLI `python -m lightning_utilities.cli --help`**
1. **General Python utilities in `lightning_utilities.core`**
1. _Reusable GitHub workflows_
2. _Shared GitHub actions_
3. _CLI `python -m lightning_utilities.cli --help`_
4. _General Python utilities in `lightning_utilities.core`_

## 1. Reusable workflows

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.2"
__version__ = "0.11.3"
__author__ = "Lightning AI et al."
__author_email__ = "pytorch@lightning.ai"
__license__ = "Apache-2.0"
Expand Down

0 comments on commit 14c84be

Please sign in to comment.