summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-02-14 15:04:09 +0100
committerGeorg Brandl <georg@python.org>2016-02-14 15:04:09 +0100
commit91301c1560a83e2dce84ef282cb7cd89fb8c4485 (patch)
treef98c4117bd9ab0274cf002a1a72de26eea0b9b7a
parentac87d6ef6aad76948e74229159194860aecc797d (diff)
downloadpygments-git-2.1.1.tar.gz
Update changelog, set version to 2.1.12.1.1
-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',