From 3d2bd41fc381f3d2a19ee7bc3ab36ea701c2572a Mon Sep 17 00:00:00 2001 From: Joris Hartog Date: Thu, 21 Mar 2024 11:12:14 +0100 Subject: [PATCH] Bump version to v0.5.3 --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 765a029..f50ba10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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). +## [0.5.3] - 2024-03-21 +### Upgraded +- Dropped Python 3.7 support +- Added Python 3.11 support +- Upgraded celery to 5.3.6 +- Upgraded tinydb to 4.8.0 +- Upgraded mkdocs to 1.5.3 +- Upgraded black to 24.3.0 + ## [0.5.2] - 2022-01-25 ### Added - Also push docker images with latest tag diff --git a/setup.py b/setup.py index 71526f9..5b2220a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="fikkie", - version="0.5.2", + version="0.5.3", description=( "The simplest tool for lightweight monitoring over SSH, compatible with all " "your favorite messengers."