summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2008-11-23 19:05:23 +0100
committergbrandl <devnull@localhost>2008-11-23 19:05:23 +0100
commit235158e8859828a7dac672450f4ab1d68437d666 (patch)
tree4fc3ff83abe58eeca371044c45013cb9dd0b1840
parent0d698541670062a9916d1a995b60d19ecd65f51c (diff)
downloadpygments-235158e8859828a7dac672450f4ab1d68437d666.tar.gz
Final 1.0 commit.1.0
-rw-r--r--CHANGES2
-rw-r--r--pygments/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 04eb12c0..113865d0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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'