Skip to content

Commit

Permalink
Merge pull request #181 from corenting/new_release
Browse files Browse the repository at this point in the history
feat: version 0.8.8
  • Loading branch information
corenting committed Jul 13, 2024
2 parents 294537d + 29a2f40 commit d6373d9
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 58 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)
112 changes: 56 additions & 56 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 d6373d9

Please sign in to comment.