From b73b980c4bcecf99ead27281160ad184271f6c7c Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Thu, 28 Apr 2022 16:27:08 -0400 Subject: [PATCH] 1.0.0 release --- CHANGES.rst | 6 ++++++ netdiff/info.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index c993b95..11c3538 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changelog ========= +Version 1.0.0 [28-04-2022] +-------------------------- + +- [deps] Updated dependencies and dependency monitoring badge +- [change] Added compatibility for latest OLSRd1 jsoninfo format + Version 0.9.0 [28-07-2020] -------------------------- diff --git a/netdiff/info.py b/netdiff/info.py index dde9514..a04c0cb 100644 --- a/netdiff/info.py +++ b/netdiff/info.py @@ -1,4 +1,4 @@ -VERSION = (0, 9, 0, 'final') +VERSION = (1, 0, 0, 'final') __version__ = VERSION