Skip to content

Commit

Permalink
updates for 2.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fredgan committed Jun 29, 2020
1 parent 6ac1d9a commit 409dbcc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
* 2.3.1 - 2020-06-29

'''
Update Version Number
'''

* 2.3.0 - 2020-06-28

'''
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.2.1'
__date__ = '2020-03-06'
__version__ = '2.3.1'
__date__ = '2020-06-29'

0 comments on commit 409dbcc

Please sign in to comment.