Skip to content

Commit 743448b

Browse files
committed
Update version to 3.1.0
1 parent d0ab99f commit 743448b

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ script:
3737
deploy:
3838
provider: releases
3939
api_key: $GITHUB_OAUTH_TOKEN
40-
file: "pynocchio_3.0.0_amd64.deb"
40+
file: "pynocchio_3.1.0_amd64.deb"
4141
skip_cleanup: true
4242
on:
4343
tags: true

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# History
22

3+
## 3.1.0 (2019-08-25)
4+
5+
* [NEW] Add cs_CZ translation
6+
* [FIX] Compilte translation files
7+
* [DEL] Remove Python 3.4 support
8+
* [NEW] Add Python 3.6 support
9+
* [FIX] Fix package version
10+
* [FIX] Fix package icon name
11+
312
## 3.0.0 (2019-07-24)
413

514
Thanks [Jellby](https://github.com/Jellby) for all improvements and fixies.

linux/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: pynocchio
2-
Version: 3.2.0
2+
Version: 3.1.0
33
Architecture: amd64
44
Section: graphics
55
Priority: extra

pynocchio/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = 'pynocchio'
22
__description__ = 'Pynocchio is a image viewer specialized in comic reading'
3-
__version__ = '3.0.0'
3+
__version__ = '3.1.0'
44
__url__ = 'https://github.com/pynocchio/pynocchio'
55
__download_url__ = 'https://github.com/pynocchio/pynocchio/releases'
66
__author__ = 'Michell Stuttgart'

0 commit comments

Comments
 (0)