From 944755b08ff2f34a1c41831aaba8faaab3b72a2e Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Wed, 15 Jun 2022 15:11:55 -0400 Subject: [PATCH] Release 3.19.5 [noissue] --- docs/index.md | 2 +- galaxy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 1c270a38d..c9b9b4744 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ The Pulp 3 Ansible installer is a collection of Ansible roles that you can use t Each Ansible role installs and configures a component of Pulp. -This version of the installer, 3.19.4, installs the latest release of pulpcore 3.19.z. +This version of the installer, 3.19.5, installs the latest release of pulpcore 3.19.z. If run against an older version of Pulp 3, it will upgrade it to 3.19.z. diff --git a/galaxy.yml b/galaxy.yml index c8022f7e9..53b0c4f1a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,7 +10,7 @@ namespace: pulp name: pulp_installer # The version of the collection. Must be compatible with semantic versioning -version: 3.19.4 +version: 3.19.5 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md