summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2021-08-15 12:45:20 +0200
committerMatthäus G. Chajdas <dev@anteru.net>2021-08-15 12:45:20 +0200
commita821b896d702a81d61c7fbbd8bf582946759cfb8 (patch)
treea84a0f99b2e4867808068a3a139666d03d64110f
parente2167e4b78416e00522a27f23b6fcf8dd884df97 (diff)
downloadpygments-git-2.10.0.tar.gz
Prepare 2.10.0 release.2.10.0
-rw-r--r--CHANGES2
-rw-r--r--pygments/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index d89c34d1..4827f92c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,7 +9,7 @@ pull request numbers to the requests at
Version 2.10.0
--------------
-(not released yet)
+(released August 15th, 2021)
- Added lexers:
diff --git a/pygments/__init__.py b/pygments/__init__.py
index d7e892c3..4ffb19f6 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -27,7 +27,7 @@
import sys
from io import StringIO, BytesIO
-__version__ = '2.9.0'
+__version__ = '2.10.0'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']