File tree Expand file tree Collapse file tree 6 files changed +22
-11
lines changed Expand file tree Collapse file tree 6 files changed +22
-11
lines changed Original file line number Diff line number Diff line change
1
+ 2.1.1 - 2020-01-03
2
+ #532 - warn if config true xpath refers to config false node
3
+ #522 - find prefixes in xpath expressions in groupings
4
+ #518 - broken xpath check
5
+ #514 - re-added sample-xml-skeleton plugin (accidentally removed)
6
+ #495 - "when" xpath context node was not correctly set in "uses"
7
+
1
8
2.1 - 2019-10-20
2
9
added a plugin to generate SID files (see draft-ietf-core-sid)
3
10
thanks to @lemikev
Original file line number Diff line number Diff line change 3
3
4
4
## News ##
5
5
6
+ ** 2020-01-03 - Version 2.1.1 released**
7
+
8
+ * this is a pure bug fix release
9
+
6
10
** 2019-10-20 - Version 2.1 released**
7
11
8
12
* added a plugin to generate SID files (see draft-ietf-core-sid)
Original file line number Diff line number Diff line change 2
2
.\" Title: json2xml
3
3
.\" Author: Ladislav Lhotka <[email protected] >
4
4
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
- .\" Date: 2019-10-20
5
+ .\" Date: 2020-01-03
6
6
.\" Manual: pyang manual
7
- .\" Source: json2xml-2.1
7
+ .\" Source: json2xml-2.1.1
8
8
.\" Language: English
9
9
.\"
10
- .TH "JSON2XML" "1" "2019 \- 10 \- 20 " "json2xml\- 2\& .1" "pyang manual"
10
+ .TH "JSON2XML" "1" "2020 \- 01 \- 03 " "json2xml\- 2\& .1 \& .1" "pyang manual"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------
Original file line number Diff line number Diff line change 2
2
.\" Title: pyang
3
3
.\" Author: Martin Björklund <[email protected] >
4
4
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
- .\" Date: 2019-10-20
5
+ .\" Date: 2020-01-03
6
6
.\" Manual: pyang manual
7
- .\" Source: pyang-2.1
7
+ .\" Source: pyang-2.1.1
8
8
.\" Language: English
9
9
.\"
10
- .TH "PYANG" "1" "2019 \- 10 \- 20 " "pyang\- 2\& .1" "pyang manual"
10
+ .TH "PYANG" "1" "2020 \- 01 \- 03 " "pyang\- 2\& .1 \& .1" "pyang manual"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------
Original file line number Diff line number Diff line change 2
2
.\" Title: yang2dsdl
3
3
.\" Author: Ladislav Lhotka <[email protected] >
4
4
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
- .\" Date: 2019-10-20
5
+ .\" Date: 2020-01-03
6
6
.\" Manual: pyang manual
7
- .\" Source: yang2dsdl-2.1
7
+ .\" Source: yang2dsdl-2.1.1
8
8
.\" Language: English
9
9
.\"
10
- .TH "YANG2DSDL" "1" "2019 \- 10 \- 20 " "yang2dsdl\- 2\& .1" "pyang manual"
10
+ .TH "YANG2DSDL" "1" "2020 \- 01 \- 03 " "yang2dsdl\- 2\& .1 \& .1" "pyang manual"
11
11
.\" -----------------------------------------------------------------
12
12
.\" * Define some portability stuff
13
13
.\" -----------------------------------------------------------------
Original file line number Diff line number Diff line change 15
15
from . import statements
16
16
from . import syntax
17
17
18
- __version__ = '2.1'
19
- __date__ = '2019-10-20 '
18
+ __version__ = '2.1.1 '
19
+ __date__ = '2020-01-03 '
20
20
21
21
class Context (object ):
22
22
"""Class which encapsulates a parse session"""
You can’t perform that action at this time.
0 commit comments