diff options
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | pygments/__init__.py | 2 | ||||
-rwxr-xr-x | setup.py | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ Issue numbers refer to the tracker at http://dev.pocoo.org/projects/pygments/. Version 1.3 ----------- -(in development) +(codename Schneeglöckchen, released Mar 01, 2010) - Added the ``ensurenl`` lexer option, which can be used to suppress the automatic addition of a newline to the lexer input. diff --git a/pygments/__init__.py b/pygments/__init__.py index 3dad6ab9..823862e3 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -26,7 +26,7 @@ :license: BSD, see LICENSE for details. """ -__version__ = '1.2.2' +__version__ = '1.3' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] @@ -60,7 +60,7 @@ else: setup( name = 'Pygments', - version = '1.2.2', + version = '1.3', url = 'http://pygments.org/', license = 'BSD License', author = 'Georg Brandl', |