Skip to content

Commit 409dbcc

Browse files
committed
updates for 2.3.1 release
1 parent 6ac1d9a commit 409dbcc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
* 2.3.1 - 2020-06-29
2+
3+
'''
4+
Update Version Number
5+
'''
6+
17
* 2.3.0 - 2020-06-28
28

39
'''

pyang/__init__.py

Lines changed: 2 additions & 2 deletions
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.2.1'
4-
__date__ = '2020-03-06'
3+
__version__ = '2.3.1'
4+
__date__ = '2020-06-29'

0 commit comments

Comments
 (0)