8000 Bump version to 2.7.4. · pygments/pygments@4d555d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d555d0

Browse files
committed
Bump version to 2.7.4.
1 parent fc3b05d commit 4d555d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygments/__init__.py

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

31-
__version__ = '2.7.3'
31+
__version__ = '2.7.4'
3232
__docformat__ = 'restructuredtext'
3333

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

0 commit comments

Comments
 (0)
0