Skip to content

Commit

Permalink
Add missing double quotes in __credits__ list of unhideGui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-g2 committed Oct 11, 2022
1 parent d37bf66 commit 1ad85fd
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Changes since v20220611 :
***********************

BUG FIXES
- Add missing missing double quotes in __credit__ list of unhideGui.py (reported by Afzal sulaiman)


Changes since 20210124 :
**********************

4 changes: 2 additions & 2 deletions unhideGui.py
Original file line number Diff line number Diff line change
@@ -19,9 +19,9 @@
"""
__author__ = "Patrick Gouin"
__copyright__ = "Copyright 2020-2022, Patrick Gouin"
__credits__ = [daichifukui]
__credits__ = ["daichifukui", "Afzal sulaiman"]
__license__ = "GPL V3"
__version__ = "1.1"
__version__ = "1.2"
__maintainer__ = "Patrick Gouin"
__email__ = "patrickg.github@free.fr"
__status__ = "Production"

0 comments on commit 1ad85fd

Please sign in to comment.