Skip to content

Commit 075f49b

Browse files
committed
chore: Release 1.5.3
1 parent cc32839 commit 075f49b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.commitizen]
22
bump_message = "chore: Release $new_version"
33
tag_format = "$version"
4-
version = "1.5.2"
4+
version = "1.5.3"
55
version_files = [
66
"README.md",
77
"pyproject.toml:version",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RESTinstance (1.5.2)
1+
# RESTinstance (1.5.3)
22

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

docs/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "RESTinstance"
7-
version = "1.5.2"
7+
version = "1.5.3"
88
description = "Robot Framework library for RESTful JSON APIs"
99
authors = [{ name = "Anssi Syrjäsalo", email = "opensource@syrjasalo.com" }]
1010
dependencies = [

src/REST/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Copyright(C) 2018- Anssi Syrjäsalo (http://a.syrjasalo.com)
55
# Licensed under GNU Lesser General Public License v3 (LGPL-3.0).
66

7-
__version__ = "1.5.2"
7+
__version__ = "1.5.3"

0 commit comments

Comments
 (0)