summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2020-03-08 10:29:18 +0100
committerMatthäus G. Chajdas <dev@anteru.net>2020-03-08 10:29:18 +0100
commitd2eae8580d7e363bca03554e3b516d0fd77b25cb (patch)
treeb107a3978b48f454725d24bfa6a5aa4366ff60ab
parent5d9ef2a0de0a62ac75258f12cda13ef1975c4ef2 (diff)
downloadpygments-git-d2eae8580d7e363bca03554e3b516d0fd77b25cb.tar.gz
Bump version to 2.6.1.2.6.1
-rw-r--r--CHANGES6
-rw-r--r--pygments/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index b119acd6..47d378c6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,12 @@ pull request numbers to the requests at
<https://github.com/pygments/pygments/pulls>.
+Version 2.6.1
+-------------
+(released March 8, 2020)
+
+- This release fixes a packaging issue. No functional changes.
+
Version 2.6
-----------
(released March 8, 2020)
diff --git a/pygments/__init__.py b/pygments/__init__.py
index 06a6e561..8525a0e8 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -28,7 +28,7 @@
import sys
from io import StringIO, BytesIO
-__version__ = '2.6.0'
+__version__ = '2.6.1'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']