summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2020-03-08 10:24:04 +0100
committerMatthäus G. Chajdas <dev@anteru.net>2020-03-08 10:24:04 +0100
commit66dd53af13aa03a42e8b92935e92ed6e35d4f601 (patch)
tree2c04faed5db49d7086a2b3a9ed3cbfebdb92c5f5 /pygments/__init__.py
parent2410e154fbbd177c64658c0e97fbfd6505aa3461 (diff)
downloadpygments-git-66dd53af13aa03a42e8b92935e92ed6e35d4f601.tar.gz
Bump version to 2.6.0.2.6.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 93600fdc..06a6e561 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -28,7 +28,7 @@
import sys
from io import StringIO, BytesIO
-__version__ = '2.5.2'
+__version__ = '2.6.0'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']