Skip to content

Commit

Permalink
chore(main): release 1.1.5 (#71)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 3, 2025
1 parent 08cb292 commit 0d24901
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.4"
".": "1.1.5"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.5](https://github.com/loiccoyle/tinyticker/compare/v1.1.4...v1.1.5) (2025-01-03)


### Bug Fixes

* bad week end count when crossing years ([08cb292](https://github.com/loiccoyle/tinyticker/commit/08cb2926f5758fe53c20bbd781d9d58a536dfbcc))
* pandas deprecation warning ([d749b6a](https://github.com/loiccoyle/tinyticker/commit/d749b6a99688633d3e4150f6cc5461e46b65b07e))

## [1.1.4](https://github.com/loiccoyle/tinyticker/compare/v1.1.3...v1.1.4) (2024-11-15)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tinyticker"
version = "1.1.4"
version = "1.1.5"
description = "A tiny Raspberry Pi powered ePaper ticker."
authors = ["Loic Coyle <loic.coyle@hotmail.fr>"]
license = "MIT"
Expand Down

0 comments on commit 0d24901

Please sign in to comment.