summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorMatth?us G. Chajdas <dev@anteru.net>2019-05-08 19:27:47 +0200
committerMatth?us G. Chajdas <dev@anteru.net>2019-05-08 19:27:47 +0200
commit5721e861a55a3aa3cb3d740e20ffa2e36846a890 (patch)
tree5935b31d3112e5bd7870888816d87d3c4193395a /pygments/__init__.py
parentfe1d62eccc838c019befa2c92a0cd24f0b0f0af0 (diff)
downloadpygments-git-5721e861a55a3aa3cb3d740e20ffa2e36846a890.tar.gz
Bump version to 2.4.0.
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 4dd38fee..0da0649d 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -29,7 +29,7 @@ import sys
from pygments.util import StringIO, BytesIO
-__version__ = '2.3.1'
+__version__ = '2.4.0'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']