Skip to content

Commit

Permalink
Bump version to v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nootr committed Mar 21, 2024
1 parent ca57a07 commit 3d2bd41
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 3d2bd41

Please sign in to comment.