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 6a98cd63..47295b48 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,7 +9,7 @@ pull request numbers to the requests at
Version 2.8.1
-------------
-(not released yet)
+(released March 7, 2021)
- Fix issue with LaTeX formatter and ``minted`` (#1734, #1735, #1736, #1737)
diff --git a/pygments/__init__.py b/pygments/__init__.py
index 199ce1bd..97efc00d 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.8.1'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']