summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorMatth?us G. Chajdas <dev@anteru.net>2019-05-24 20:59:05 +0200
committerMatth?us G. Chajdas <dev@anteru.net>2019-05-24 20:59:05 +0200
commit86f61b9de7752a919f58519075d4a9fbc3381245 (patch)
tree80730027b974d4270867bac2ea0be61368e1cf8d /pygments/__init__.py
parentf65febe411aea68f11a82703612fc3974fec0926 (diff)
downloadpygments-86f61b9de7752a919f58519075d4a9fbc3381245.tar.gz
Update CHANGES and prepare for 2.4.1 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 0da0649d..f0043e54 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -29,7 +29,7 @@ import sys
from pygments.util import StringIO, BytesIO
-__version__ = '2.4.0'
+__version__ = '2.4.1'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']