Skip to content

Commit b3a24de

Browse files
fixed ansible cert issues (#788)
1 parent 3af86d6 commit b3a24de

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

ansible_collections/juniper/device/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Juniper Device Collection Release Notes
66
Changelog for Juniper Device Ansible Collection
77
===========================
88

9+
Version 2.0.1 (2025-11-14)
10+
---------------------------
11+
Enhancements
12+
------------
13+
Fixed cosmetic issues
14+
915
Version 2.0.0 (2025-10-30)
1016
---------------------------
1117
Enhancements

ansible_collections/juniper/device/galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace: juniper
99
name: device
1010

1111
# The version of the collection. Must be compatible with semantic versioning
12-
version: 2.0.0
12+
version: 2.0.1
1313

1414
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1515
readme: README.md
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
VERSION = "v2.0.0"
5-
DATE = "2025-Oct-30"
4+
VERSION = "v2.0.1"
5+
DATE = "2025-Nov-14"

version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = "v1.0.9"
2-
DATE = "2025-Sep-23"
1+
VERSION = "v2.0.1"
2+
DATE = "2025-Nov-14"

0 commit comments

Comments
 (0)