Skip to content

Commit

Permalink
chore: Release 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
asyrjasalo committed Jul 29, 2024
1 parent 7d4018a commit f531453
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RESTinstance (1.4.4rc0)
# RESTinstance (1.4.4)

[Robot Framework](http://robotframework.org) library for RESTful JSON APIs

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" }]
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion src/REST/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f531453

Please sign in to comment.