Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
corenting committed Aug 25, 2024
1 parent 2eab427 commit ce4adc2
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.9

- Update User-Agent used for Reddit requests

# Version 0.8.8

- Avoid Reddit rate-limiting by refreshing the credentials used if needed
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.8"
__version__ = "0.8.9"

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.8"
version = "0.8.9"
description = "Alternative Reddit frontend"
authors = ["corenting <corenting@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit ce4adc2

Please sign in to comment.