diff options
author | gbrandl <devnull@localhost> | 2007-10-14 23:11:51 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-10-14 23:11:51 +0200 |
commit | 068a3b963532e4540c848f56658069e38014766c (patch) | |
tree | a746a375f487a56510f1738d320ace449346e049 | |
parent | eeff4f2658f57353695c941db232d07b19ecea6d (diff) | |
download | pygments-068a3b963532e4540c848f56658069e38014766c.tar.gz |
Update version number.
-rw-r--r-- | CHANGES | 5 | ||||
-rw-r--r-- | pygments/__init__.py | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ Pygments changelog ================== +Version 1.0 +----------- +(codename not selected, released XXX YY, 2007) + + Version 0.9 ----------- (codename Herbstzeitlose, released Oct 14, 2007) diff --git a/pygments/__init__.py b/pygments/__init__.py index 5f168ff7..d9788de4 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -20,7 +20,7 @@ :license: BSD, see LICENSE for more details. """ -__version__ = '0.9' +__version__ = '1.0' __author__ = 'Georg Brandl <g.brandl@gmx.net>' __url__ = 'http://pygments.org/' __license__ = 'BSD License' |