summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-01-17 16:49:14 +0100
committerGeorg Brandl <georg@python.org>2016-01-17 16:49:14 +0100
commit2902352b2b8031eb9f908985aa64a63b583a623c (patch)
treec5264852dc34ae2ddc733171e4804cf5b6dbd44d
parent0f3af18cdf94f11055e05e28a47ff71ba1e3acb0 (diff)
downloadpygments-2902352b2b8031eb9f908985aa64a63b583a623c.tar.gz
Bump version to 2.1.
-rw-r--r--pygments/__init__.py2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py
index b37bdccb..7bd7557f 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -26,7 +26,7 @@
:license: BSD, see LICENSE for details.
"""
-__version__ = '2.1a0'
+__version__ = '2.1'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']
diff --git a/setup.py b/setup.py
index 951404e5..a8667fda 100755
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ else:
setup(
name = 'Pygments',
- version = '2.1a0',
+ version = '2.1',
url = 'http://pygments.org/',
license = 'BSD License',
author = 'Georg Brandl',