Version 0.2.8
This commit is contained in:
parent
f4274e1e82
commit
9a58a915c2
36 changed files with 1885 additions and 819 deletions
|
@ -15,6 +15,7 @@
|
|||
import sys
|
||||
import os
|
||||
import shlex
|
||||
import pappyproxy
|
||||
|
||||
# If extensions (or modules to document with autodoc) are in another directory,
|
||||
# add these directories to sys.path here. If the directory is relative to the
|
||||
|
@ -59,9 +60,9 @@ author = u'Rob Glew'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = u'0.2.7'
|
||||
version = pappyproxy.__version__
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = u'0.2.7'
|
||||
release = pappyproxy.__version__
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue