diff options
| author | Georg Brandl <georg@python.org> | 2008-11-23 19:05:23 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-11-23 19:05:23 +0100 |
| commit | d4832074eb74daed2a600f5888f2b7487c1a7c3e (patch) | |
| tree | 4fc3ff83abe58eeca371044c45013cb9dd0b1840 | |
| parent | 44ac54291f240dc971ff3581b73683a5f72a5347 (diff) | |
| download | pygments-git-1.0.tar.gz | |
Final 1.0 commit.1.0
| -rw-r--r-- | CHANGES | 2 | ||||
| -rw-r--r-- | pygments/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ Pygments changelog Version 1.0 ----------- -(codename not selected, released XXX XX, 2008) +(codename Dreiundzwanzig, released Nov 23, 2008) - Don't use join(splitlines()) when converting newlines to ``\n``, because that doesn't keep all newlines at the end when the diff --git a/pygments/__init__.py b/pygments/__init__.py index 6a3159ac..2d223b3e 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -24,7 +24,7 @@ :license: BSD, see LICENSE for more details. """ -__version__ = '0.11.1' +__version__ = '1.0' __author__ = 'Georg Brandl <g.brandl@gmx.net>' __url__ = 'http://pygments.org/' __license__ = 'BSD License' |
