diff options
| author | Georg Brandl <georg@python.org> | 2013-02-03 10:38:57 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2013-02-03 10:38:57 +0100 |
| commit | 7efbc3f766e6dccb5cf269469396ccbea1a7f5d0 (patch) | |
| tree | 83bde8539ceb9724560c6ddb0c9ac49bbbe9b85b | |
| parent | a917290206c31361afeff15b150ed5fa449fd357 (diff) | |
| download | pygments-git-1.6.tar.gz | |
Update release info for 1.6.1.6
| -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
@@ -8,7 +8,7 @@ pull request numbers to the requests at Version 1.6 ----------- -(in development) +(released Feb 3, 2013) - Lexers added: diff --git a/pygments/__init__.py b/pygments/__init__.py index ff8c3121..2bfd8ba5 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -26,7 +26,7 @@ :license: BSD, see LICENSE for details. """ -__version__ = '1.6rc1' +__version__ = '1.6' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] @@ -60,7 +60,7 @@ else: setup( name = 'Pygments', - version = '1.6rc1', + version = '1.6', url = 'http://pygments.org/', license = 'BSD License', author = 'Georg Brandl', |
