Skip to content

Commit 98fc1c3

Browse files
committed
Prepared v2.0 release
1 parent 8f4adf5 commit 98fc1c3

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

doc/reference/widgets.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

guidata/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@
1717
.. _GoogleGroup: http://groups.google.fr/group/guidata_guiqwt
1818
"""
1919

20-
__version__ = "2.0.0beta"
20+
__version__ = "2.0.0"
2121

22-
# TODO: Fix Python 3 compatibility issues (winreg, builtins, ...)
2322
# TODO: Add Python module hash utilities (for dependencies checking)
2423
# TODO: Investigate the qthelpers test failure (see after if __name__=='__main__')
2524
# TODO: Add support for PyQt6

guidata/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def run_shell_command(cmdstr, **subprocess_kwargs):
350350
351351
If 'shell' is given in subprocess_kwargs it must be True,
352352
otherwise ProgramError will be raised.
353-
.
353+
354354
If 'executable' is not given in subprocess_kwargs, it will
355355
be set to the value of the SHELL environment variable.
356356

0 commit comments

Comments
 (0)