From f89532fe613185b04ed4c4018f2d6119d7df2ab1 Mon Sep 17 00:00:00 2001 From: rahkumar651991 Date: Tue, 31 Aug 2021 14:03:13 +0530 Subject: [PATCH 1/2] Change release version --- ansible_collections/juniper/device/galaxy.yml | 2 +- ansible_collections/juniper/device/version.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible_collections/juniper/device/galaxy.yml b/ansible_collections/juniper/device/galaxy.yml index 9bc20c84..d1d6f7d5 100644 --- a/ansible_collections/juniper/device/galaxy.yml +++ b/ansible_collections/juniper/device/galaxy.yml @@ -9,7 +9,7 @@ namespace: juniper name: device # The version of the collection. Must be compatible with semantic versioning -version: 1.0.0 +version: 1.0.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/ansible_collections/juniper/device/version.py b/ansible_collections/juniper/device/version.py index f97a894c..5372e497 100755 --- a/ansible_collections/juniper/device/version.py +++ b/ansible_collections/juniper/device/version.py @@ -1,2 +1,2 @@ -VERSION = "v1.0.0-collections_dev0" -DATE = "2021-Apr-23" +VERSION = "v1.0.1-collections" +DATE = "2021-Aug-31" From 52f7169e926815f6acb47128d5afd3e8c8227f1b Mon Sep 17 00:00:00 2001 From: rahkumar651991 <58289625+rahkumar651991@users.noreply.github.com> Date: Tue, 5 Oct 2021 13:17:26 +0530 Subject: [PATCH 2/2] Update version.py --- ansible_collections/juniper/device/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible_collections/juniper/device/version.py b/ansible_collections/juniper/device/version.py index 5372e497..05686310 100755 --- a/ansible_collections/juniper/device/version.py +++ b/ansible_collections/juniper/device/version.py @@ -1,2 +1,2 @@ VERSION = "v1.0.1-collections" -DATE = "2021-Aug-31" +DATE = "2021-Oct-05"