Skip to content

Commit

Permalink
feat: version 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
corenting committed Jul 13, 2024
1 parent 39a8770 commit 29a2f40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.8.8

- Avoid Reddit rate-limiting by refreshing the credentials used if needed

# Version 0.8.7

- Fix multireddits not loading
Expand Down
2 changes: 1 addition & 1 deletion eddrit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from eddrit import config

__version__ = "0.8.7"
__version__ = "0.8.8"

logger.remove()
logger.add(sys.stderr, level=config.LOG_LEVEL)
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 = "eddrit"
version = "0.8.7"
version = "0.8.8"
description = "Alternative Reddit frontend"
authors = ["corenting <corenting@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 29a2f40

Please sign in to comment.