From 626ac627512006cb9a8bb3f3e3d98938f62c86e4 Mon Sep 17 00:00:00 2001 From: Kilian Lieret Date: Wed, 18 Jan 2023 20:06:08 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=201.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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