Skip to content

Commit

Permalink
bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
speediedan committed Nov 6, 2023
1 parent 8c6fecf commit 99e873e
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 @@ -4,6 +4,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.1.1] - 2023-11-06

### Added

- Support for Lightning ``2.1.1``

## [2.1.0] - 2023-10-12

### 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.1.0
version: 2.1.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.1.0,<2.1.1
lightning>=2.1.0,<2.1.2
# the below is uncommented when master is targeting a specific pl dev master commit
#git+https://github.com/Lightning-AI/lightning.git@9f173241195450fd8e39a01f28ae2ec94371cd15#egg=lightning
torch>=1.12.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.1.0,<2.1.1
pytorch-lightning>=2.1.0,<2.1.2
# the below is uncommented when master is targeting a specific pl dev master commit
#git+https://github.com/Lightning-AI/pytorch-lightning.git@9f173241195450fd8e39a01f28ae2ec94371cd15#egg=pytorch-lightning
torch>=1.12.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.1.0"
__version__ = "2.1.1"
__author__ = "Dan Dale"
__author_email__ = "danny.dale@gmail.com"
__license__ = "Apache-2.0"
Expand Down

0 comments on commit 99e873e

Please sign in to comment.