Skip to content

Commit

Permalink
updates for 2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj4668 committed Jan 3, 2020
1 parent 3b4c385 commit eaf8b2e
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.1.1 - 2020-01-03
#532 - warn if config true xpath refers to config false node
#522 - find prefixes in xpath expressions in groupings
#518 - broken xpath check
#514 - re-added sample-xml-skeleton plugin (accidentally removed)
#495 - "when" xpath context node was not correctly set in "uses"

2.1 - 2019-10-20
added a plugin to generate SID files (see draft-ietf-core-sid)
thanks to @lemikev
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

## News ##

**2020-01-03 - Version 2.1.1 released**

* this is a pure bug fix release

**2019-10-20 - Version 2.1 released**

* added a plugin to generate SID files (see draft-ietf-core-sid)
Expand Down
6 changes: 3 additions & 3 deletions man/man1/json2xml.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: json2xml
.\" Author: Ladislav Lhotka <[email protected]>
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 2019-10-20
.\" Date: 2020-01-03
.\" Manual: pyang manual
.\" Source: json2xml-2.1
.\" Source: json2xml-2.1.1
.\" Language: English
.\"
.TH "JSON2XML" "1" "2019\-10\-20" "json2xml\-2\&.1" "pyang manual"
.TH "JSON2XML" "1" "2020\-01\-03" "json2xml\-2\&.1\&.1" "pyang manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions man/man1/pyang.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: pyang
.\" Author: Martin Björklund <[email protected]>
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 2019-10-20
.\" Date: 2020-01-03
.\" Manual: pyang manual
.\" Source: pyang-2.1
.\" Source: pyang-2.1.1
.\" Language: English
.\"
.TH "PYANG" "1" "2019\-10\-20" "pyang\-2\&.1" "pyang manual"
.TH "PYANG" "1" "2020\-01\-03" "pyang\-2\&.1\&.1" "pyang manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions man/man1/yang2dsdl.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: yang2dsdl
.\" Author: Ladislav Lhotka <[email protected]>
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 2019-10-20
.\" Date: 2020-01-03
.\" Manual: pyang manual
.\" Source: yang2dsdl-2.1
.\" Source: yang2dsdl-2.1.1
.\" Language: English
.\"
.TH "YANG2DSDL" "1" "2019\-10\-20" "yang2dsdl\-2\&.1" "pyang manual"
.TH "YANG2DSDL" "1" "2020\-01\-03" "yang2dsdl\-2\&.1\&.1" "pyang manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pyang/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
from . import statements
from . import syntax

__version__ = '2.1'
__date__ = '2019-10-20'
__version__ = '2.1.1'
__date__ = '2020-01-03'

class Context(object):
"""Class which encapsulates a parse session"""
Expand Down

0 comments on commit eaf8b2e

Please sign in to comment.