From c053517db347025ba03293ed5d61847462f3d714 Mon Sep 17 00:00:00 2001 From: Jose Martinez Date: Tue, 11 May 2021 17:24:32 -0600 Subject: [PATCH] chg: dev: Bump version 1.16.0 --- README.rst | 11 +++++++++++ lib/topology/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 25bfe4f..5010fb3 100644 --- a/README.rst +++ b/README.rst @@ -38,6 +38,17 @@ License Changelog ========= +1.16.0 (2021-05-11) +------------------- + +New +~~~ +- Add pytest option ``--topology-szn-dir``. + + This new option will allow to pass the path of a directory + where topologies files ``*.szn`` will be defined. + + 1.11.0 (2020-03-16) ------------------- diff --git a/lib/topology/__init__.py b/lib/topology/__init__.py index b96680e..99cfee4 100644 --- a/lib/topology/__init__.py +++ b/lib/topology/__init__.py @@ -21,4 +21,4 @@ __author__ = 'Hewlett Packard Enterprise Development LP' __email__ = 'hpe-networking@lists.hp.com' -__version__ = '1.15.0' +__version__ = '1.16.0'