Skip to content

Commit

Permalink
Update version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed Aug 31, 2020
1 parent 21f043b commit 1f33d4d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ script:
deploy:
provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file: "pynocchio_3.1.1_amd64.deb"
file: "pynocchio_3.2.0_amd64.deb"
skip_cleanup: true
on:
tags: true
Expand Down
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# History

## 3.2.0 (2020-08-31)

* [NEW] Add Up/Down, PgUp/PgDown, Home/End shortcuts. Thanks [Jellby](https://github.com/Jellby)
* [FIX] Dependencies and autodeploy

## 3.1.1 (2019-09-03)

* [FIX] Translations erros
Expand Down
2 changes: 1 addition & 1 deletion linux/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: pynocchio
Version: 3.1.1
Version: 3.2.0
Architecture: amd64
Section: graphics
Priority: extra
Expand Down
4 changes: 2 additions & 2 deletions pynocchio/__version__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
__title__ = 'pynocchio'
__description__ = 'Pynocchio is a image viewer specialized in comic reading'
__version__ = '3.1.1'
__version__ = '3.2.0'
__url__ = 'https://github.com/pynocchio/pynocchio'
__download_url__ = 'https://github.com/pynocchio/pynocchio/releases'
__author__ = 'Michell Stuttgart'
__author_email__ = '[email protected]'
__maintainer__ = 'Michell Stuttgart'
__maintainer_email__ = '[email protected]'
__license__ = 'GPL-v3 License'
__copyright__ = 'Copyright 2014-2019 Michell Stuttgart'
__copyright__ = 'Copyright 2014-2020 Michell Stuttgart'
__status__ = 'Production'

0 comments on commit 1f33d4d

Please sign in to comment.