Skip to content

Commit

Permalink
updates for 2.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj4668 committed Jul 6, 2020
1 parent 32da08d commit c91c207
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
* 2.3.2 - 2020-07-06

'''
#646 - config false deviation fix
#587 - revert fix for #587; use xml schema regexp engine again
'''

* 2.3.1 - 2020-06-29

'''
Expand Down
6 changes: 3 additions & 3 deletions man/man1/json2xml.1
Expand Up @@ -2,12 +2,12 @@
.\" Title: json2xml
.\" Author: Ladislav Lhotka <lhotka@nic.cz>
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 2020-03-06
.\" Date: 2020-07-06
.\" Manual: pyang manual
.\" Source: json2xml-2.2.1
.\" Source: json2xml-2.3.2
.\" Language: English
.\"
.TH "JSON2XML" "1" "2020\-03\-06" "json2xml\-2\&.2\&.1" "pyang manual"
.TH "JSON2XML" "1" "2020\-07\-06" "json2xml\-2\&.3\&.2" "pyang manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
11 changes: 8 additions & 3 deletions man/man1/pyang.1
Expand Up @@ -2,12 +2,12 @@
.\" Title: pyang
.\" Author: Martin Björklund <mbj@tail-f.com>
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 2020-03-06
.\" Date: 2020-07-06
.\" Manual: pyang manual
.\" Source: pyang-2.2.1
.\" Source: pyang-2.3.2
.\" Language: English
.\"
.TH "PYANG" "1" "2020\-03\-06" "pyang\-2\&.2\&.1" "pyang manual"
.TH "PYANG" "1" "2020\-07\-06" "pyang\-2\&.3\&.2" "pyang manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -1318,6 +1318,11 @@ is a slash ("/") separated path to a subtree to print\&. For example "/nacm/grou
Print the top\-level groupings defined in the module\&.
.RE
.PP
\fB\-\-tree\-print\-structures\fR
.RS 4
Print the ietf\-yang\-structure\-ext:structure structures defined in the module\&.
.RE
.PP
\fB\-\-tree\-print\-yang\-data\fR
.RS 4
Print the ietf\-restconf:yang\-data structures defined in the module\&.
Expand Down
6 changes: 3 additions & 3 deletions man/man1/yang2dsdl.1
Expand Up @@ -2,12 +2,12 @@
.\" Title: yang2dsdl
.\" Author: Ladislav Lhotka <lhotka@nic.cz>
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 2020-03-06
.\" Date: 2020-07-06
.\" Manual: pyang manual
.\" Source: yang2dsdl-2.2.1
.\" Source: yang2dsdl-2.3.2
.\" Language: English
.\"
.TH "YANG2DSDL" "1" "2020\-03\-06" "yang2dsdl\-2\&.2\&.1" "pyang manual"
.TH "YANG2DSDL" "1" "2020\-07\-06" "yang2dsdl\-2\&.3\&.2" "pyang manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pyang/__init__.py
@@ -1,4 +1,4 @@
"""The pyang library for parsing, validating, and converting YANG modules"""

__version__ = '2.3.1'
__date__ = '2020-06-29'
__version__ = '2.3.2'
__date__ = '2020-07-06'

0 comments on commit c91c207

Please sign in to comment.