summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--pygments/__init__.py2
-rwxr-xr-xsetup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 395515a2..fbe7bc3b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,7 +9,7 @@ pull request numbers to the requests at
Version 2.1.1
-------------
-(in development)
+(relased Feb 14, 2016)
- Fixed Jython compatibility (#1205)
- Fixed HTML formatter output with leading empty lines (#1111)
diff --git a/pygments/__init__.py b/pygments/__init__.py
index 7bd7557f..0c17500e 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -26,7 +26,7 @@
:license: BSD, see LICENSE for details.
"""
-__version__ = '2.1'
+__version__ = '2.1.1'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']
diff --git a/setup.py b/setup.py
index a8667fda..b15e0bc9 100755
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ else:
setup(
name = 'Pygments',
- version = '2.1',
+ version = '2.1.1',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',