summaryrefslogtreecommitdiff
path: root/pygments
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2020-10-24 16:08:03 +0200
committerMatthäus G. Chajdas <dev@anteru.net>2020-10-24 16:08:03 +0200
commit9c1a0786948e971c004c0f968b489d10f963e873 (patch)
tree7548698795106b300039b6d642df301e8eb0a938 /pygments
parent20fb8fd85f37d79b37ac79f14774b9cc4ae77731 (diff)
downloadpygments-git-2.7.2.tar.gz
Prepare 2.7.2 release.2.7.2
Update CHANGES, bump version.
Diffstat (limited to 'pygments')
-rw-r--r--pygments/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py
index 9204a4cc..446171e6 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -28,7 +28,7 @@
import sys
from io import StringIO, BytesIO
-__version__ = '2.7.1'
+__version__ = '2.7.2'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']