diff --git a/CHANGELOG b/CHANGELOG index 2e39f7e..7c0761c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ # Offpunk History -## 1.4 - Unreleased +## 1.4 - April 25th 2022 - Making python-readability optional - Removing "next" and "previous" which are quite confusing and not obvious - Archiving now works regardless of the view you are in. diff --git a/offpunk.py b/offpunk.py index 29cb0aa..63d7327 100755 --- a/offpunk.py +++ b/offpunk.py @@ -12,7 +12,7 @@ # - Björn Wärmedal # - -_VERSION = "1.3" +_VERSION = "1.4" global BETA BETA = False diff --git a/setup.py b/setup.py index 4eeb0f0..e130d9b 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='offpunk', - version='1.3', + version='1.4', description="Offline-First Gemini/Web/Gopher/RSS reader and browser", author="Ploum", author_email="offpunk@ploum.eu",