Skip to content

Commit

Permalink
Merge pull request #54 from grycap/devel
Browse files Browse the repository at this point in the history
bump version 1.3.2
  • Loading branch information
micafer committed Jan 12, 2023
2 parents 2cb2b4b + 6da7ac5 commit ac8589b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,11 @@ RADL 1.16
RADL 1.20

* Add remote cidr definition in outports

RADL 1.31

* Fix error: description is not returned in str of RADL.

RADL 1.32

* Error parsing net_interface.0.additional_dns_names in json.
2 changes: 1 addition & 1 deletion radl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@


__all__ = ['radl_parse', 'radl_json', 'radl']
__version__ = '1.3.1'
__version__ = '1.3.2'

0 comments on commit ac8589b

Please sign in to comment.