Skip to content

Commit

Permalink
Updates for 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fredgan committed Nov 9, 2020
1 parent 00aabe7 commit 72b57af
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -16,6 +16,7 @@ schemas.xml
*.idea
.coverage*
.profile*
venv/
/test/test_*/*.dsrl
/test/test_*/*.rng
/test/test_*/*.sch
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
* 2.4.0 - 2020-11-09

```
#690 - stop uses expanding if import circular dependency exists
#685 - report errors in sample-xml-skeleton
#683 - fix sample-xml-skeleton unknown namespace crash
#681 - newline fix in tree plugin
#678 - deviate replace regression
#673 - fix unreasonable the case node status
#669 - type validator crashes on valid range restriction
#665 - output status value in flatten plugin
#661 - sort output for flatten plugin
#660 - add module:prefix:node output for flatten plugin
#657 - fix crash for concat function which has more than 3 params in xpath
```

* 2.3.2 - 2020-07-06

```
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-07-06
.\" Date: 2020-11-09
.\" Manual: pyang manual
.\" Source: json2xml-2.3.2
.\" Source: json2xml-2.4.0
.\" Language: English
.\"
.TH "JSON2XML" "1" "2020\-07\-06" "json2xml\-2\&.3\&.2" "pyang manual"
.TH "JSON2XML" "1" "2020\-11\-09" "json2xml\-2\&.4\&.0" "pyang manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
6 changes: 3 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-07-06
.\" Date: 2020-11-09
.\" Manual: pyang manual
.\" Source: pyang-2.3.2
.\" Source: pyang-2.4.0
.\" Language: English
.\"
.TH "PYANG" "1" "2020\-07\-06" "pyang\-2\&.3\&.2" "pyang manual"
.TH "PYANG" "1" "2020\-11\-09" "pyang\-2\&.4\&.0" "pyang manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
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-07-06
.\" Date: 2020-11-09
.\" Manual: pyang manual
.\" Source: yang2dsdl-2.3.2
.\" Source: yang2dsdl-2.4.0
.\" Language: English
.\"
.TH "YANG2DSDL" "1" "2020\-07\-06" "yang2dsdl\-2\&.3\&.2" "pyang manual"
.TH "YANG2DSDL" "1" "2020\-11\-09" "yang2dsdl\-2\&.4\&.0" "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.2'
__date__ = '2020-07-06'
__version__ = '2.4.0'
__date__ = '2020-11-09'

0 comments on commit 72b57af

Please sign in to comment.