diff --git a/Changelog.md b/Changelog.md index c58d0d377128d4fc1524e3b0830ff5ff6c4ebfb2..aba2908cc14e9ba30cb2ce8c42efd295534ced28 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,8 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.13] - 2024-04-17 +- GAP Ansible collection version is pinned to 1.0.73 ## [1.12] - 2024-06-17 - GAP Ansible collection version is pinned to 1.0.72 ## [1.11] - 2024-05-21 diff --git a/ansible-galaxy-requirements.yaml b/ansible-galaxy-requirements.yaml index 4b97e1833cf23cfe6c69fd538392cbf7c5f5d1c3..f872f10b9bf01a46cc6844b77bc2043ddc74e20d 100644 --- a/ansible-galaxy-requirements.yaml +++ b/ansible-galaxy-requirements.yaml @@ -3,6 +3,6 @@ collections: - juniper.device - junipernetworks.junos - name: geant.gap_ansible - version: 1.0.72 + version: 1.0.73 roles: - Juniper.junos diff --git a/setup.py b/setup.py index 060245b56e2fdb47263e01dbbe66b68dec780d43..5bde6eb762011de3f9ca5af63b0305dcf617a145 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="goat-lso", - version="1.12", + version="1.13", author="GÉANT Orchestration & Automation Team", author_email="goat@geant.org", description="Lightweight Service Orchestrator",