Skip to content

Commit 267d666

Browse files
committed
Updates for 2.5.1 release
1 parent e7bbc91 commit 267d666

File tree

6 files changed

+28
-11
lines changed

6 files changed

+28
-11
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
* 2.5.1 - 2021-12-02
2+
```
3+
#770 - ietf plugin: updated IETF Trust Legal Provisions
4+
statement
5+
#767 - fixed access issue in test (thanks to Duncan Eastoe)
6+
#765 - validate xpath after deviation
7+
#760 - fixed end of line comment printing in augment in -f yang
8+
#757 - ietf plugin: do not require the text about RFC origin
9+
for IANA modules
10+
#754 - fixed bash completion script (thanks to Romanos Skiadas)
11+
#750 - fixed crash when updating bad revision module without
12+
yang-version stmt (thanks to Per Andersson)
13+
```
14+
115
* 2.5.0 - 2021-06-21
216
```
317
moved automated tests from travis ci to github actions

CONTRIBUTORS

+3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
Per Andersson
12
Ebben Aries
23
Stuart Bayley
34
Remington Campbell
45
Joe Clark
56
John Dickinson
7+
Duncan Eastoe
68
Mark Farrell
79
Fred Gan
810
Joe Gladston
@@ -27,6 +29,7 @@ Reshad Rahman
2729
Erik Rask
2830
Ralph Schmieder
2931
Juergen Schoenwaelder
32+
Romanos Skiadas
3033
Stefan Vallin
3134
Norbert Varkonyi
3235
Michel Veillette

man/man1/json2xml.1

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: json2xml
33
.\" Author: Ladislav Lhotka <[email protected]>
44
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5-
.\" Date: 2021-06-21
5+
.\" Date: 2021-12-02
66
.\" Manual: pyang manual
7-
.\" Source: json2xml-2.5.0
7+
.\" Source: json2xml-2.5.1
88
.\" Language: English
99
.\"
10-
.TH "JSON2XML" "1" "2021\-06\-21" "json2xml\-2\&.5\&.0" "pyang manual"
10+
.TH "JSON2XML" "1" "2021\-12\-02" "json2xml\-2\&.5\&.1" "pyang manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------

man/man1/pyang.1

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: pyang
33
.\" Author: Martin Björklund <[email protected]>
44
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5-
.\" Date: 2021-06-21
5+
.\" Date: 2021-12-02
66
.\" Manual: pyang manual
7-
.\" Source: pyang-2.5.0
7+
.\" Source: pyang-2.5.1
88
.\" Language: English
99
.\"
10-
.TH "PYANG" "1" "2021\-06\-21" "pyang\-2\&.5\&.0" "pyang manual"
10+
.TH "PYANG" "1" "2021\-12\-02" "pyang\-2\&.5\&.1" "pyang manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------

man/man1/yang2dsdl.1

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: yang2dsdl
33
.\" Author: Ladislav Lhotka <[email protected]>
44
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5-
.\" Date: 2021-06-21
5+
.\" Date: 2021-12-02
66
.\" Manual: pyang manual
7-
.\" Source: yang2dsdl-2.5.0
7+
.\" Source: yang2dsdl-2.5.1
88
.\" Language: English
99
.\"
10-
.TH "YANG2DSDL" "1" "2021\-06\-21" "yang2dsdl\-2\&.5\&.0" "pyang manual"
10+
.TH "YANG2DSDL" "1" "2021\-12\-02" "yang2dsdl\-2\&.5\&.1" "pyang manual"
1111
.\" -----------------------------------------------------------------
1212
.\" * Define some portability stuff
1313
.\" -----------------------------------------------------------------

pyang/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""The pyang library for parsing, validating, and converting YANG modules"""
22

3-
__version__ = '2.5.0'
4-
__date__ = '2021-06-21'
3+
__version__ = '2.5.1'
4+
__date__ = '2021-12-02'

0 commit comments

Comments
 (0)