Skip to content

Commit

Permalink
patch release supporting Lightning 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speediedan committed Mar 4, 2024
1 parent 5bb878e commit bb5b478
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).


## [2.2.1] - 2024-03-04

### Added

- Support for Lightning ``2.2.1``

## [2.2.0] - 2024-02-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ date-released: 2022-02-04
authors:
- family-names: "Dale"
given-names: "Dan"
version: 2.2.0
version: 2.2.1
identifiers:
- description: "Fine-Tuning Scheduler (all versions)"
type: doi
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lightning>=2.2.0,<2.2.1
lightning>=2.2.0,<2.2.2
# the below is uncommented when master is targeting a specific pl dev master commit
#git+https://github.com/Lightning-AI/lightning.git@01f8531c9d138f2d2982682431dc598578f48069#egg=lightning
torch>=1.13.0, <2.3.0
2 changes: 1 addition & 1 deletion requirements/standalone_base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytorch-lightning>=2.2.0,<2.2.1
pytorch-lightning>=2.2.0,<2.2.2
# the below is uncommented when master is targeting a specific pl dev master commit
#git+https://github.com/Lightning-AI/pytorch-lightning.git@01f8531c9d138f2d2982682431dc598578f48069#egg=pytorch-lightning
torch>=1.13.0, <2.3.0
2 changes: 1 addition & 1 deletion src/finetuning_scheduler/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import time

_this_year = time.strftime("%Y")
__version__ = "2.2.0"
__version__ = "2.2.1"
__author__ = "Dan Dale"
__author_email__ = "[email protected]"
__license__ = "Apache-2.0"
Expand Down

0 comments on commit bb5b478

Please sign in to comment.