Skip to content

Commit 3651c8d

Browse files
committed
RELEASE: v1.2.1
1 parent 819787b commit 3651c8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dialogs/about.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ def __init__(self, is_dev):
1313
about.set_icon(
1414
GdkPixbuf.Pixbuf
1515
.new_from_file(image))
16-
about.set_version("1.2")
16+
about.set_version("1.2.1")
1717
about.set_comments(
1818
g("A stupid Text Editor make with PyGTK.\nIt's a part of my Python Min-project for SupMTI Rabat."))
1919
about.set_copyright(g("Copyright (c) 2019 Karim Oulad Chalha"))
2020
about.set_website("https://github.com/karim88/SupMTI-TextEditor")
2121
about.set_website_label(g("Github repo."))
2222
about.set_authors(["Karim Oulad Chalha"])
23-
with open(license, 'r+') as license_file:
23+
with open(license, 'r') as license_file:
2424
license_text = ''.join(license_file.readlines())
2525
about.set_license(license_text)
2626
about.set_translator_credits(g("translator-credits"))

supmti.dbp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEBREATE-0.7.13]
22
<<CTRL>>
33
Package: supmti-texteditor
4-
Version: 1.2
4+
Version: 1.2.1
55
Maintainer: Karim Oulad Chalha <ouladchalha.k@gmail.com>
66
Homepage: https://karimslab.com
77
Architecture: all

0 commit comments

Comments
 (0)