summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'