From a49022d56fc0a7f130a49cbe0c42fbfe576e8c64 Mon Sep 17 00:00:00 2001 From: Lionel Dricot Date: Fri, 18 Mar 2022 22:27:45 +0100 Subject: [PATCH] releasing 1.1 --- CHANGELOG | 2 +- offpunk.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index eeafd74..1fa1076 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ # Offpunk History -## 1.1 - Unreleased +## 1.1 - March 18th 2022 - Perfect rendering of pictures with chafa 1.8+ and compatible terminal (Kitty) - timg is supported as an alternative to chafa (with a little glitch) - "cp cache" put the path of the cached content in clipboard diff --git a/offpunk.py b/offpunk.py index d6f1b5a..5948dcb 100755 --- a/offpunk.py +++ b/offpunk.py @@ -12,7 +12,7 @@ # - Björn Wärmedal # - -_VERSION = "1.0" +_VERSION = "1.1" import argparse import cmd diff --git a/setup.py b/setup.py index 4ff1853..1c6dada 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='offpunk', - version='1.0', + version='1.1', description="Offline Command line Gemini client forked from AV-98.", author="Ploum", author_email="offpunk@ploum.eu",