release 1.4

This commit is contained in:
Lionel Dricot 2022-04-25 16:01:00 +02:00
parent 43bb41a37a
commit 63ebb8067d
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -12,7 +12,7 @@
# - Björn Wärmedal <bjorn.warmedal@gmail.com>
# - <jake@rmgr.dev>
_VERSION = "1.3"
_VERSION = "1.4"
global BETA
BETA = False

View File

@ -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",