diff --git a/.cz.toml b/.cz.toml index 9c62ec3..4112f98 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,7 +1,7 @@ [tool.commitizen] bump_message = "chore: Release $new_version" tag_format = "$version" -version = "1.4.4rc0" +version = "1.4.4" version_files = [ "README.md", "pyproject.toml:version", diff --git a/README.md b/README.md index e8809bf..cecde21 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RESTinstance (1.4.4rc0) +# RESTinstance (1.4.4) [Robot Framework](http://robotframework.org) library for RESTful JSON APIs diff --git a/pyproject.toml b/pyproject.toml index 6f12aea..c309881 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "RESTinstance" -version = "1.4.4rc0" +version = "1.4.4" description = "Robot Framework library for RESTful JSON APIs" authors = [{ name = "Anssi Syrjäsalo", email = "opensource@syrjasalo.com" }] dependencies = [ diff --git a/src/REST/version.py b/src/REST/version.py index 3872318..3508768 100644 --- a/src/REST/version.py +++ b/src/REST/version.py @@ -4,4 +4,4 @@ # Copyright(C) 2018- Anssi Syrjäsalo (http://a.syrjasalo.com) # Licensed under GNU Lesser General Public License v3 (LGPL-3.0). -__version__ = "1.4.4rc0" +__version__ = "1.4.4"