Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Update version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed Aug 25, 2019
1 parent d0ab99f commit 743448b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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.
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.2.0
Version: 3.1.0
Architecture: amd64
Section: graphics
Priority: extra
Expand Down
2 changes: 1 addition & 1 deletion pynocchio/__version__.py
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 743448b

Please sign in to comment.