File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ script:
37
37
deploy :
38
38
provider : releases
39
39
api_key : $GITHUB_OAUTH_TOKEN
40
- file : " pynocchio_3.0 .0_amd64.deb"
40
+ file : " pynocchio_3.1 .0_amd64.deb"
41
41
skip_cleanup : true
42
42
on :
43
43
tags : true
Original file line number Diff line number Diff line change 1
1
# History
2
2
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
+
3
12
## 3.0.0 (2019-07-24)
4
13
5
14
Thanks [ Jellby] ( https://github.com/Jellby ) for all improvements and fixies.
Original file line number Diff line number Diff line change 1
1
Package: pynocchio
2
- Version: 3.2 .0
2
+ Version: 3.1 .0
3
3
Architecture: amd64
4
4
Section: graphics
5
5
Priority: extra
Original file line number Diff line number Diff line change 1
1
__title__ = 'pynocchio'
2
2
__description__ = 'Pynocchio is a image viewer specialized in comic reading'
3
- __version__ = '3.0 .0'
3
+ __version__ = '3.1 .0'
4
4
__url__ = 'https://github.com/pynocchio/pynocchio'
5
5
__download_url__ = 'https://github.com/pynocchio/pynocchio/releases'
6
6
__author__ = 'Michell Stuttgart'
You can’t perform that action at this time.
0 commit comments