Skip to content

Commit

Permalink
releasing 0.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Nov 19, 2024
1 parent 86c111c commit 5a31a07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on: # Trigger the workflow on push or pull request, but only for the master bran
tags: ["v?[0-9]+.[0-9]+.[0-9]+"]
release:
types: [published]
pull_request:
branches: [main]

defaults:
run:
Expand All @@ -25,7 +27,7 @@ jobs:
- name: Set up Python 🐍
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: "3.9"

- name: Prepare build env.
run: pip install -r ./requirements/gha-package.txt
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## [Unreleased] - 2024-MM-DD
## [0.11.9] - 2024-11-19

### Changed

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.8"
__version__ = "0.11.9"
__author__ = "Lightning AI et al."
__author_email__ = "[email protected]"
__license__ = "Apache-2.0"
Expand Down

0 comments on commit 5a31a07

Please sign in to comment.