Skip to content

Commit

Permalink
updates for 2.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbj4668 committed Mar 6, 2020
1 parent f626f4c commit 2e9ff01
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
* 2.2.1 - 2020-03-06

```
pr:576 - added all transforms to the release (specifically 'edit')
thanks to William Lupton
```

* 2.2 - 2020-03-05

```
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-05
.\" Date: 2020-03-06
.\" Manual: pyang manual
.\" Source: json2xml-2.2
.\" Source: json2xml-2.2.1
.\" Language: English
.\"
.TH "JSON2XML" "1" "2020\-03\-05" "json2xml\-2\&.2" "pyang manual"
.TH "JSON2XML" "1" "2020\-03\-06" "json2xml\-2\&.2\&.1" "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-03-05
.\" Date: 2020-03-06
.\" Manual: pyang manual
.\" Source: pyang-2.2
.\" Source: pyang-2.2.1
.\" Language: English
.\"
.TH "PYANG" "1" "2020\-03\-05" "pyang\-2\&.2" "pyang manual"
.TH "PYANG" "1" "2020\-03\-06" "pyang\-2\&.2\&.1" "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-03-05
.\" Date: 2020-03-06
.\" Manual: pyang manual
.\" Source: yang2dsdl-2.2
.\" Source: yang2dsdl-2.2.1
.\" Language: English
.\"
.TH "YANG2DSDL" "1" "2020\-03\-05" "yang2dsdl\-2\&.2" "pyang manual"
.TH "YANG2DSDL" "1" "2020\-03\-06" "yang2dsdl\-2\&.2\&.1" "pyang manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pyang/__init__.py
Expand Up @@ -15,8 +15,8 @@
from . import statements
from . import syntax

__version__ = '2.2'
__date__ = '2020-03-05'
__version__ = '2.2.1'
__date__ = '2020-03-06'

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

0 comments on commit 2e9ff01

Please sign in to comment.