diff options
| author | Georg Brandl <georg@python.org> | 2016-02-29 16:03:53 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2016-02-29 16:03:53 +0100 |
| commit | 97a22b120e586123e8ca5d66bae5ed20ac89da9a (patch) | |
| tree | 293de12a4db38507cc64e2a5eab96ba09947db97 /pygments | |
| parent | 1bc68f35167903c3e28647ce0850904502f87a44 (diff) | |
| download | pygments-git-2.1.2.tar.gz | |
Bump to 2.1.22.1.2
Diffstat (limited to 'pygments')
| -rw-r--r-- | pygments/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py index 0c17500e..45c53b87 100644 --- a/pygments/__init__.py +++ b/pygments/__init__.py @@ -26,7 +26,7 @@ :license: BSD, see LICENSE for details. """ -__version__ = '2.1.1' +__version__ = '2.1.2' __docformat__ = 'restructuredtext' __all__ = ['lex', 'format', 'highlight'] |
