Skip to content

Commit 1f33d4d

Browse files
committed
Update version to 3.2.0
1 parent 21f043b commit 1f33d4d

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ script:
3535
deploy:
3636
provider: releases
3737
api_key: $GITHUB_OAUTH_TOKEN
38-
file: "pynocchio_3.1.1_amd64.deb"
38+
file: "pynocchio_3.2.0_amd64.deb"
3939
skip_cleanup: true
4040
on:
4141
tags: true

HISTORY.md

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

3+
## 3.2.0 (2020-08-31)
4+
5+
* [NEW] Add Up/Down, PgUp/PgDown, Home/End shortcuts. Thanks [Jellby](https://github.com/Jellby)
6+
* [FIX] Dependencies and autodeploy
7+
38
## 3.1.1 (2019-09-03)
49

510
* [FIX] Translations erros

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.1.1
2+
Version: 3.2.0
33
Architecture: amd64
44
Section: graphics
55
Priority: extra

pynocchio/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
__title__ = 'pynocchio'
22
__description__ = 'Pynocchio is a image viewer specialized in comic reading'
3-
__version__ = '3.1.1'
3+
__version__ = '3.2.0'
44
__url__ = 'https://github.com/pynocchio/pynocchio'
55
__download_url__ = 'https://github.com/pynocchio/pynocchio/releases'
66
__author__ = 'Michell Stuttgart'
77
__author_email__ = '[email protected]'
88
__maintainer__ = 'Michell Stuttgart'
99
__maintainer_email__ = '[email protected]'
1010
__license__ = 'GPL-v3 License'
11-
__copyright__ = 'Copyright 2014-2019 Michell Stuttgart'
11+
__copyright__ = 'Copyright 2014-2020 Michell Stuttgart'
1212
__status__ = 'Production'

0 commit comments

Comments
 (0)