From a18e5be2fea89679065ee0ace5d9aebf63c0dd09 Mon Sep 17 00:00:00 2001 From: Andy Lulham Date: Wed, 6 Mar 2024 14:51:10 +0000 Subject: [PATCH] v3.4.0 --- CHANGELOG.md | 5 +++++ iatikit/__version__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f9304..d4dfb28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. 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). +## [3.4.0] – 2024-03-06 + +### Added +- Downloads auto-retry on failure (thanks to [@tillywoodfield](https://github.com/tillywoodfield) in [#59](https://github.com/codeforIATI/iatikit/pull/59)) + ## [3.3.1] – 2022-08-25 ### Changed diff --git a/iatikit/__version__.py b/iatikit/__version__.py index 310a75d..f631007 100644 --- a/iatikit/__version__.py +++ b/iatikit/__version__.py @@ -1 +1 @@ -__version__ = '3.3.1' +__version__ = '3.4.0'