diff options
author | Matthäus G. Chajdas <dev@anteru.net> | 2022-04-24 15:30:01 +0200 |
---|---|---|
committer | Matthäus G. Chajdas <dev@anteru.net> | 2022-04-24 15:30:01 +0200 |
commit | 35de421f65372fb848e86af711cc5797c622e54c (patch) | |
tree | d12e47730b82b9bc5d6103d0b60f67400d83a673 | |
parent | 7d6df8fca43e360ae2c39e4c1fd21b630a9b9da7 (diff) | |
download | pygments-git-2.12.0.tar.gz |
Bump version number for release.2.12.0
-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'] |