From 743448b356667447a8da2ab03695d1ee442e9010 Mon Sep 17 00:00:00 2001 From: Michell Stuttgart Date: Sun, 25 Aug 2019 11:43:48 -0300 Subject: [PATCH] Update version to 3.1.0 --- .travis.yml | 2 +- HISTORY.md | 9 +++++++++ linux/control | 2 +- pynocchio/__version__.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5a265b8b..7e0a7dff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ script: deploy: provider: releases api_key: $GITHUB_OAUTH_TOKEN - file: "pynocchio_3.0.0_amd64.deb" + file: "pynocchio_3.1.0_amd64.deb" skip_cleanup: true on: tags: true diff --git a/HISTORY.md b/HISTORY.md index 8eee0090..317cf632 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,14 @@ # History +## 3.1.0 (2019-08-25) + +* [NEW] Add cs_CZ translation +* [FIX] Compilte translation files +* [DEL] Remove Python 3.4 support +* [NEW] Add Python 3.6 support +* [FIX] Fix package version +* [FIX] Fix package icon name + ## 3.0.0 (2019-07-24) Thanks [Jellby](https://github.com/Jellby) for all improvements and fixies. diff --git a/linux/control b/linux/control index 7888c40e..bdfd26ef 100644 --- a/linux/control +++ b/linux/control @@ -1,5 +1,5 @@ Package: pynocchio -Version: 3.2.0 +Version: 3.1.0 Architecture: amd64 Section: graphics Priority: extra diff --git a/pynocchio/__version__.py b/pynocchio/__version__.py index 07930a64..e0d5bf07 100644 --- a/pynocchio/__version__.py +++ b/pynocchio/__version__.py @@ -1,6 +1,6 @@ __title__ = 'pynocchio' __description__ = 'Pynocchio is a image viewer specialized in comic reading' -__version__ = '3.0.0' +__version__ = '3.1.0' __url__ = 'https://github.com/pynocchio/pynocchio' __download_url__ = 'https://github.com/pynocchio/pynocchio/releases' __author__ = 'Michell Stuttgart'