From 8ac62992f978473b5c307f271d0a7f98495e963c Mon Sep 17 00:00:00 2001 From: KKlochko Date: Mon, 19 Jun 2023 10:20:46 +0300 Subject: [PATCH] Fix the error in README.rst. --- CHANGELOG.org | 2 ++ README.rst | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 4ff2bb5..f566c60 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -10,4 +10,6 @@ Added the CI/CD configuration and tests. ** 0.3.2 <2023-06-19 Mon> Updated the description. +** 0.3.3 <2023-06-19 Mon> + Fixed the error in README.rst. diff --git a/README.rst b/README.rst index d1f5046..622c8ac 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ docker_tags_getter -========= +================== docker_tags_getter is the application that will help you to get tags from yours docker repository. diff --git a/pyproject.toml b/pyproject.toml index 3053eb3..7c50ca8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docker-tags-getter" -version = "0.3.2" +version = "0.3.3" description = "docker_tags_getter will help you to get tags from your docker repository." authors = ["Kostiantyn Klochko "] readme = "README.rst"