summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorAnteru <bitbucket@ca.sh13.net>2019-01-29 11:03:58 +0000
committerAnteru <bitbucket@ca.sh13.net>2019-01-29 11:03:58 +0000
commitbf380caf5787e6d4c0949a4f39b54f02fc8a44ef (patch)
treeca3dddcda314aca2d1f844586eb5c46f8305bd21 /pygments/__init__.py
parent9db78a3b084ba4a8c14ff04ec85216e45ecdc0a4 (diff)
parentd5cad2f95623372e7cad9ebb581f42b5b9c1906e (diff)
downloadpygments-git-bf380caf5787e6d4c0949a4f39b54f02fc8a44ef.tar.gz
Merged in camilstaps/pygments-main-solarized (pull request #708)
Adds a solarized style Approved-by: Anteru <bitbucket@ca.sh13.net>
Diffstat (limited to 'pygments/__init__.py')
-rw-r--r--pygments/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py
index 394a85f2..4dd38fee 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -29,7 +29,7 @@ import sys
from pygments.util import StringIO, BytesIO
-__version__ = '2.2.0'
+__version__ = '2.3.1'
__docformat__ = 'restructuredtext'
__all__ = ['lex', 'format', 'highlight']