summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
-rw-r--r--pygments/__init__.py2
-rwxr-xr-xsetup.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 17036a16..60090be1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,7 @@ http://bitbucket.org/birkenfeld/pygments-main/issues.
Version 1.4
-----------
-(codename not selected, in development)
+(codename Unschärfe, released Jan 03, 2010)
- Lexers added:
@@ -47,7 +47,7 @@ Version 1.4
- Allow PIL to work without PIL.pth (#502).
-- Allow seconds as a unit in css (#496).
+- Allow seconds as a unit in CSS (#496).
- Support ``application/javascript`` as a JavaScript mime type (#504).
diff --git a/pygments/__init__.py b/pygments/__init__.py
index 93ef690f..bc8ae83e 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -26,7 +26,7 @@
:license: BSD, see LICENSE for details.
"""
-__version__ = '1.3.1'
+__version__ = '1.4'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']
diff --git a/setup.py b/setup.py
index 52bec9d9..2b9380b1 100755
--- a/setup.py
+++ b/setup.py
@@ -60,7 +60,7 @@ else:
setup(
name = 'Pygments',
- version = '1.3.1',
+ version = '1.4',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',