Skip to content

Commit

Permalink
(fix) in compliance with negar 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
javadr committed Jun 15, 2023
1 parent 4001179 commit 4da5130
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2023-06-15 -- v0.7.8
-- In compliance with python-negar Ver. 1.2.4; critical fix

2023-06-13 -- v0.7.7
-- In compliance with python-negar Ver. 1.2.2

Expand Down
2 changes: 1 addition & 1 deletion negar_gui/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import platform

__version__ = "0.7.7"
__version__ = "0.7.8"

if platform.system() == 'Windows':
LOGO = ":/images/icons/logo_small.png"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
include_package_data=True,
packages=['negar_gui',],
install_requires=[
'python-negar>=1.2.2',
'python-negar>=1.2.4',
'PyQt5',
'pyperclip',
'pyuca',
Expand Down

0 comments on commit 4da5130

Please sign in to comment.