Skip to content

Commit ef60285

Browse files
committed
Bump version to v0.5.4
1 parent 8ab7747 commit ef60285

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.5.4] - 2024-03-21
8+
### Upgraded
9+
- Downgraded PyYAML to 5.3.1 due to known issue: https://github.com/yaml/pyyaml/issues/724
10+
711
## [0.5.3] - 2024-03-21
812
### Upgraded
913
- Dropped Python 3.7 support

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="fikkie",
8-
version="0.5.3",
8+
version="0.5.4",
99
description=(
1010
"The simplest tool for lightweight monitoring over SSH, compatible with all "
1111
"your favorite messengers."
@@ -19,7 +19,7 @@
1919
scripts=["scripts/fikkie"],
2020
install_requires=[
2121
"celery==5.3.6",
22-
"PyYAML==5.3.1", # Issue: https://github.com/yaml/pyyaml/issues/724
22+
"PyYAML==5.3.1", # Issue: https://github.com/yaml/pyyaml/issues/724
2323
"tinydb==4.8.0",
2424
"typing_extensions==4.0.1",
2525
],

test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ mypy==0.920
44
pytest==6.2.5
55
pytest-cov==3.0.0
66
pytest-mock==3.6.1
7-
types-PyYAML==5.3.1
7+
types-PyYAML==6.0

0 commit comments

Comments
 (0)