File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11History
22=======
33
4+ 1.0.0 (2014-01-14)
5+ ------------------
6+
7+ * Add pretty-printing of extracted XML on extract command
8+
9+
4100.9.8 (2013-12-13)
511------------------
612
713* hotfix -- fix UnicodeEncodeError on output containing non-ASCII chars
814
15+
9160.9.7 (2013-09-23)
1017------------------
1118
Original file line number Diff line number Diff line change 1212# All configuration values have a default; values that are commented out
1313# serve to show the default.
1414
15- import sys , os
15+ import os
16+ import sys
1617
1718sys .path .insert (0 , os .path .abspath ('..' ))
1819
19- import opcdiag
2020from opcdiag import __version__
2121
2222# -- General configuration --------------------------------------------------
129129# Add any paths that contain custom static files (such as style sheets) here,
130130# relative to this directory. They are copied after the builtin static files,
131131# so a file named "default.css" will overwrite the builtin "default.css".
132- html_static_path = ['.static' ]
132+ # html_static_path = ['.static']
133133
134134# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
135135# using the given strftime format.
Original file line number Diff line number Diff line change 22opc-diag
33########
44
5- Release v0.9.0 (:ref: `Installation <install >`)
5+ Release v \ | version | (:ref: `Installation <install >`)
66
77.. include :: ../README.rst
88
Original file line number Diff line number Diff line change 1- # -*- coding: utf-8 -*-
2- #
3- # __init__.py
4- #
5- # Copyright (C) 2012, 2013 Steve Canny [email protected] 6- #
7- # This module is part of opc-diag and is released under the MIT License:
8- # http://www.opensource.org/licenses/mit-license.php
1+ # encoding: utf-8
92
10- __version__ = '0.9.8 ' # pragma: no cover
3+ __version__ = '1.0.0 ' # pragma: no cover
You can’t perform that action at this time.
0 commit comments