From 9e39e0023f25ffa4e4d430d5905e60299018ad9a Mon Sep 17 00:00:00 2001 From: Dinesh babu Date: Thu, 25 Jan 2024 20:30:08 +0530 Subject: [PATCH] Ansible collection v1.0.3 release (#640) --- ansible_collections/juniper/device/galaxy.yml | 2 +- ansible_collections/juniper/device/version.py | 4 ++-- version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ansible_collections/juniper/device/galaxy.yml b/ansible_collections/juniper/device/galaxy.yml index d1d6f7d5..2fb20eba 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.1 +version: 1.0.3 # 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 20a6d52f..57525f77 100755 --- a/ansible_collections/juniper/device/version.py +++ b/ansible_collections/juniper/device/version.py @@ -1,2 +1,2 @@ -VERSION = "v1.0.2-collections" -DATE = "2022-Nov-16" +VERSION = "v1.0.3-collections" +DATE = "2024-Jan-25" diff --git a/version.py b/version.py index 20a6d52f..57525f77 100755 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = "v1.0.2-collections" -DATE = "2022-Nov-16" +VERSION = "v1.0.3-collections" +DATE = "2024-Jan-25"