From 066ca5eebfe978144158962131fc8d4620439c8b Mon Sep 17 00:00:00 2001 From: David Delassus <david.jose.delassus@gmail.com> Date: Mon, 26 Aug 2024 10:54:41 +0200 Subject: [PATCH] :bookmark: v0.27.0 --- README.md | 2 +- docs/source/index.rst | 2 +- galaxy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c1ae3eb..a15880e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Add to your `requirements.yml`: collections: - name: https://code.europa.eu/digit-c4/rps/nginx-ansible-collection.git type: git - version: v0.26.0 + version: v0.27.0 ``` ## Documentation diff --git a/docs/source/index.rst b/docs/source/index.rst index 942bdcd..7d7ecd4 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -19,7 +19,7 @@ Add to your ``requirements.yml``: collections: - name: https://code.europa.eu/digit-c4/rps/nginx-ansible-collection.git type: git - version: v0.26.0 + version: v0.27.0 Content ------- diff --git a/galaxy.yml b/galaxy.yml index 3bb819d..6474deb 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: ec name: rps_nginx -version: "0.26.0" +version: "0.27.0" readme: README.md authors: - DIGIT NMS RPS -- GitLab