Skip to content

Commit

Permalink
Bump version to v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nootr committed Mar 21, 2024
1 parent 8ab7747 commit ef60285
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.4] - 2024-03-21
### Upgraded
- Downgraded PyYAML to 5.3.1 due to known issue: https://github.com/yaml/pyyaml/issues/724

## [0.5.3] - 2024-03-21
### Upgraded
- Dropped Python 3.7 support
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="fikkie",
version="0.5.3",
version="0.5.4",
description=(
"The simplest tool for lightweight monitoring over SSH, compatible with all "
"your favorite messengers."
Expand All @@ -19,7 +19,7 @@
scripts=["scripts/fikkie"],
install_requires=[
"celery==5.3.6",
"PyYAML==5.3.1", # Issue: https://github.com/yaml/pyyaml/issues/724
"PyYAML==5.3.1", # Issue: https://github.com/yaml/pyyaml/issues/724
"tinydb==4.8.0",
"typing_extensions==4.0.1",
],
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ mypy==0.920
pytest==6.2.5
pytest-cov==3.0.0
pytest-mock==3.6.1
types-PyYAML==5.3.1
types-PyYAML==6.0

0 comments on commit ef60285

Please sign in to comment.