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
commit04e2064dc6b26731aade77a7d131b6d68c3b4cba (patch)
treefd994d373d975978007f8db3a1c73d6cac1f23d0
parent968f917d857f3c795e4809af6be2ec595e7a6b6b (diff)
downloadpygments-04e2064dc6b26731aade77a7d131b6d68c3b4cba.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',