From 825a0b0ead68a1efce24894014d5cf6a23120f98 Mon Sep 17 00:00:00 2001 From: Corentin Garcia Date: Tue, 28 May 2024 20:10:02 +0200 Subject: [PATCH] feat: release 0.8.6 --- CHANGELOG.md | 4 ++++ eddrit/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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"