summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2019-05-28 06:39:39 +0200
committerGeorg Brandl <georg@python.org>2019-05-28 06:39:39 +0200
commitb694159eab5a9206b58f126691cde6a9a61311b3 (patch)
tree847a5a261d21c3994d09214554174aefa242f4ce /pygments/__init__.py
parentc6735d522a71c410b21f07a210f2dfd1808c4327 (diff)
downloadpygments-b694159eab5a9206b58f126691cde6a9a61311b3.tar.gz
Update changelog, prepare 2.4.2 release.
Diffstat (limited to 'pygments/__init__.py')
-rw-r--r--pygments/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py
index f0043e54..ef9257cc 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -29,7 +29,7 @@ import sys
from pygments.util import StringIO, BytesIO
-__version__ = '2.4.1'
+__version__ = '2.4.2'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']