summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2021-12-31 15:53:28 +0100
committerMatthäus G. Chajdas <dev@anteru.net>2021-12-31 15:53:28 +0100
commited94178ddda8fa4ba4d5d88bf0e777c40cc14a0e (patch)
treebce577efd557843564c1227f8de3169229af5c21 /pygments/__init__.py
parente0c828ff08f143e0627467706573708d9cad0441 (diff)
downloadpygments-git-ed94178ddda8fa4ba4d5d88bf0e777c40cc14a0e.tar.gz
Prepare 2.11.1 release.2.11.1
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 6a885dca..cd33c501 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -26,7 +26,7 @@
"""
from io import StringIO, BytesIO
-__version__ = '2.11.0'
+__version__ = '2.11.1'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']