Skip to content

Commit 4c9505f

Browse files
author
Sebastian Humenda
committed
update version number
1 parent cc1e44b commit 4c9505f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
2.0.1 Bug Fix Release
22
- show user a meaningful error message if LaTeX or dvipng is missing
33
- setup.py: build manual page, if pandoc present
4+
- freeze multiprocessing on Windows, to make executables distributable
45
2.0 - make GladTeX truely platform independent
56
- add formula number in error output; makes tracking of formulas easier in
67
error case

gleetex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from . import htmlhandling
55
from . import image
66

7-
VERSION = '2.0'
7+
VERSION = '2.0.1'
88

99
__all__ = ['caching', 'convenience', 'document', 'htmlhandling', 'image',
1010
'VERSION']

0 commit comments

Comments
 (0)