diff --git a/CHANGELOG.md b/CHANGELOG.md index fdc6094..7b7d91a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.8.6 + +- Sticky posts now have a green title + # Version 0.8.5 - Docker image: add more architectures diff --git a/eddrit/__init__.py b/eddrit/__init__.py index efea123..8907450 100644 --- a/eddrit/__init__.py +++ b/eddrit/__init__.py @@ -4,7 +4,7 @@ from eddrit import config -__version__ = "0.8.5" +__version__ = "0.8.6" logger.remove() logger.add(sys.stderr, level=config.LOG_LEVEL) diff --git a/pyproject.toml b/pyproject.toml index 51053c8..726feb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "eddrit" -version = "0.8.5" +version = "0.8.6" description = "Alternative Reddit frontend" authors = ["corenting "] license = "MIT"