Skip to content

Commit

Permalink
🔖 Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed Jul 31, 2023
1 parent 77ae91b commit f5d2240
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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).

## 1.1.2 (31.07.2023)

### Fixed

- Add timeout to `wandb sync` calls
- Lightning: Avoid syncing sanity check
- Skip tests for lightning/ray if not installed

## 1.1.1 (07.07.2023)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = wandb_osh
version = 1.1.1
version = 1.1.2
description = Trigger wandb offline syncs from a compute node without internet
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit f5d2240

Please sign in to comment.