diff options
| author | Matth?us G. Chajdas <dev@anteru.net> | 2018-12-16 17:25:26 +0100 |
|---|---|---|
| committer | Matth?us G. Chajdas <dev@anteru.net> | 2018-12-16 17:25:26 +0100 |
| commit | 1544e43a11740407d6edd5166c6205b0916ea32d (patch) | |
| tree | ac98be35f6c62e39f68e568ca6fa7dd61adbfcf1 | |
| parent | d041d381f04383e3cf7354b04fc3abeff5ae5923 (diff) | |
| download | pygments-git-1544e43a11740407d6edd5166c6205b0916ea32d.tar.gz | |
Prepare 2.3.1 release.
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | pygments/__init__.py | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -19,7 +19,9 @@ Version 2.3.1 * Elm (PR#744) * Fortran (PR#747) * GLSL (PR#740) + * Haskell (PR#745) * Hy (PR#754) + * Igor Pro (PR#764) * PowerShell (PR#705) * Python (PR#720, #1299, PR#715) * SLexer (PR#680) diff --git a/pygments/__init__.py b/pygments/__init__.py index 19aafdeb..4dd38fee 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -29,7 +29,7 @@ import sys from pygments.util import StringIO, BytesIO -__version__ = '2.3.0' +__version__ = '2.3.1' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] @@ -48,7 +48,7 @@ else: setup( name = 'Pygments', - version = '2.3.0', + version = '2.3.1', url = 'http://pygments.org/', license = 'BSD License', author = 'Georg Brandl', |
