Skip to content

Commit

Permalink
Prepare 2.7.2 release.
Browse files Browse the repository at this point in the history
Update CHANGES, bump version.
  • Loading branch information
Anteru committed Oct 24, 2020
1 parent 20fb8fd commit 9c1a078
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGES
Expand Up @@ -14,11 +14,23 @@ Version 2.8.0

Version 2.7.2
-------------
(not released yet)
(released October 24, 2020)

- Updated lexers:

* Latex (PR#1517, #1516)
* LLVM (PR#1565)
* SPARQL (PR#1559)

- Fixed Python console/traceback lexer problems with
custom exceptions without messages (#1548)
- Allow loading ttc fonts on Mac/image formatter (#1223)
- Improve ``analyze_text`` across a variety of lexers (PR#1549)
- Removed CSS rule which forced the vertical padding to 0 for line numbers (PR#1583, #1579)
- Fix ``TNTLexer`` crashing on unexpected EOL (#1568, PR#1570)
- ``regexlint`` can be now run locally as part of ``tox`` tests (PR#1557)
- Fix typos (PR#1550, #1562)
- Add Python 3.9 as a supported version (PR#1554)


Version 2.7.1
Expand Down
2 changes: 1 addition & 1 deletion pygments/__init__.py
Expand Up @@ -28,7 +28,7 @@
import sys
from io import StringIO, BytesIO

__version__ = '2.7.1'
__version__ = '2.7.2'
__docformat__ = 'restructuredtext'

__all__ = ['lex', 'format', 'highlight']
Expand Down

0 comments on commit 9c1a078

Please sign in to comment.