diff options
-rw-r--r-- | pygments/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py index aa373848..52ff035d 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -26,7 +26,7 @@ """ from io import StringIO, BytesIO -__version__ = '2.11.2' +__version__ = '2.12.0' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |