Skip to content

Commit 7bc5e50

Browse files
committed
Prepare 2.8.0 release.
1 parent 5f3db3a commit 7bc5e50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pygments/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import sys
2828
from io import StringIO, BytesIO
2929

30-
__version__ = '2.7.4'
30+
__version__ = '2.8.0'
3131
__docformat__ = 'restructuredtext'
3232

3333
__all__ = ['lex', 'format', 'highlight']

0 commit comments

Comments
 (0)