Commit 152cf3b3 authored by ggellner@encolpuis's avatar ggellner@encolpuis

Updated version number. Changed tables in special_methods.rst to deal with...

Updated version number. Changed tables in special_methods.rst to deal with Sphinx lack of fancy table support for latex output
parent 7e86e24f
......@@ -48,9 +48,9 @@ copyright = '2008, Stefan Behnel, Robert Bradshaw, Grew Ewing, William Stein, Ga
# other places throughout the built documents.
#
# The short X.Y version.
version = '0.9.8.1'
version = '0.10'
# The full version, including alpha/beta/rc tags.
release = '0.9.8.1.1'
release = '0.10.3'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
......
This diff is collapsed.
......@@ -156,6 +156,7 @@ class CythonLexer(RegexLexer):
],
}
##TODO: fix this, as shebang lines don't make sense for cython.
def analyse_text(text):
return shebang_matches(text, r'pythonw?(2\.\d)?')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment