summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2021-05-03 17:08:28 +0200
committerMatthäus G. Chajdas <dev@anteru.net>2021-05-03 17:08:28 +0200
commit2c0ca2ecaf184c6e887ea4912a6a5302cfa1c6c8 (patch)
tree1ecce2c611d415a5f895fd1177a9801828d10bb2 /pygments/__init__.py
parent708b1a796efcbe9aaaaf5deb7ef48d960f5e3159 (diff)
downloadpygments-git-2c0ca2ecaf184c6e887ea4912a6a5302cfa1c6c8.tar.gz
Prepare 2.9.0 release.2.9.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 199ce1bd..d7e892c3 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -27,7 +27,7 @@
import sys
from io import StringIO, BytesIO
-__version__ = '2.8.0'
+__version__ = '2.9.0'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']