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"