diff --git a/CHANGELOG.md b/CHANGELOG.md index 71c7c39..91e567c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ 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.0.4 (18.01.2023) + +### Fixed + +- Explicitly add path to `wandb sync` calls (depending on the system, calling + `wandb sync` inside the run dir resulted in "no runs to be synced" errors) + ## 1.0.3 (18.01.2023) ### Fixed diff --git a/setup.cfg b/setup.cfg index b239434..ec0aa2d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = wandb_osh -version = 1.0.3 +version = 1.0.4 description = Trigger wandb offline syncs from a compute node without internet long_description = file: README.md long_description_content_type = text/markdown