Revision b4848698
b/docs/source/conf.py | ||
---|---|---|
45 | 45 |
# built documents. |
46 | 46 |
# |
47 | 47 |
# The short X.Y version. |
48 |
version = '0.3' |
|
48 |
version = '0.3.1'
|
|
49 | 49 |
# The full version, including alpha/beta/rc tags. |
50 |
release = '0.3' |
|
50 |
release = '0.3.1'
|
|
51 | 51 |
|
52 | 52 |
# The language for content autogenerated by Sphinx. Refer to documentation |
53 | 53 |
# for a list of supported languages. |
... | ... | |
197 | 197 |
# Example configuration for intersphinx: refer to the Python standard library. |
198 | 198 |
intersphinx_mapping = {'http://docs.python.org/': None} |
199 | 199 |
|
200 |
autoclass_content = 'both' |
|
200 |
autoclass_content = 'both' |
b/setup.py | ||
---|---|---|
15 | 15 |
from distutils.core import setup |
16 | 16 |
|
17 | 17 |
setup(name='ncclient', |
18 |
version='0.3', |
|
18 |
version='0.3.1',
|
|
19 | 19 |
description="Python library for NETCONF clients", |
20 | 20 |
author="Shikhar Bhushan", |
21 | 21 |
author_email="shikhar@schmizz.net", |
Also available in: Unified diff