summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--pygments/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 20ee5796..fadcfd8d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,7 +5,7 @@ Pull request numbers before 2.4.2 are not linked as they refer to the now defunc
Version 2.15.0
--------------
-(unreleased)
+(released April 10th, 2023)
- Added lexers:
diff --git a/pygments/__init__.py b/pygments/__init__.py
index afd36682..d2259ee6 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -26,7 +26,7 @@
"""
from io import StringIO, BytesIO
-__version__ = '2.14.0'
+__version__ = '2.15.0'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']