From e08f9c05b793b3d31dd36f34e034fe9897674e95 Mon Sep 17 00:00:00 2001 From: Kilian Lieret Date: Wed, 18 Jan 2023 13:06:05 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20v1.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ setup.cfg | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e89beb..71c7c39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.0.3 (18.01.2023) + +### Fixed + +- Fixed path to run directory when syncing with `wandb` and `TriggerWandbSyncHook` + (without specifying explicit paths). See [#30](https://github.com/klieret/wandb-offline-sync-hook/issues/30) + for more information + ## 1.0.2 (01.01.2023) ### Changed diff --git a/setup.cfg b/setup.cfg index 73fc4d1..b239434 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = wandb_osh -version = 1.0.2 +version = 1.0.3 description = Trigger wandb offline syncs from a compute node without internet long_description = file: README.md long_description_content_type = text/markdown