File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ def __init__(self, is_dev):
13
13
about .set_icon (
14
14
GdkPixbuf .Pixbuf
15
15
.new_from_file (image ))
16
- about .set_version ("1.2" )
16
+ about .set_version ("1.2.1 " )
17
17
about .set_comments (
18
18
g ("A stupid Text Editor make with PyGTK.\n It's a part of my Python Min-project for SupMTI Rabat." ))
19
19
about .set_copyright (g ("Copyright (c) 2019 Karim Oulad Chalha" ))
20
20
about .set_website ("https://github.com/karim88/SupMTI-TextEditor" )
21
21
about .set_website_label (g ("Github repo." ))
22
22
about .set_authors (["Karim Oulad Chalha" ])
23
- with open (license , 'r+ ' ) as license_file :
23
+ with open (license , 'r' ) as license_file :
24
24
license_text = '' .join (license_file .readlines ())
25
25
about .set_license (license_text )
26
26
about .set_translator_credits (g ("translator-credits" ))
Original file line number Diff line number Diff line change 1
1
[DEBREATE-0.7.13]
2
2
<<CTRL>>
3
3
Package: supmti-texteditor
4
- Version: 1.2
4
+ Version: 1.2.1
5
5
Maintainer: Karim Oulad Chalha <ouladchalha.k@gmail.com>
6
6
Homepage: https://karimslab.com
7
7
Architecture: all
You can’t perform that action at this time.
0 commit comments