releasing 1.3

This commit is contained in:
Lionel Dricot 2022-04-02 16:56:03 +02:00
parent 3ddb782c7a
commit 66454dc2e7
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Offpunk History
## 1.3 - Unreleased
## 1.3 - April 2th 2022
- Removed dependency to python-magic. File is now used directly (and should be on every system).
- Removed dependency to python-editor. If no $VISUAL or $EDITOR, please use "set editor" in Offpunk.
- Images are now downloaded before displaying an HTML page (can be disabled with "set download_images_first False")

View File

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

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='offpunk',
version='1.2',
version='1.3',
description="Offline-First Gemini/Web/Gopher/RSS reader and browser",
author="Ploum",
author_email="offpunk@ploum.eu",