File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[tool .commitizen ]
22bump_message = " chore: Release $new_version"
33tag_format = " $version"
4- version = " 1.5.2 "
4+ version = " 1.5.3 "
55version_files = [
66 " README.md" ,
77 " pyproject.toml:version" ,
Original file line number Diff line number Diff line change 1- # RESTinstance (1.5.2 )
1+ # RESTinstance (1.5.3 )
22
33[ Robot Framework] ( http://robotframework.org ) library for RESTful JSON APIs
44
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " RESTinstance"
7- version = " 1.5.2 "
7+ version = " 1.5.3 "
88description = " Robot Framework library for RESTful JSON APIs"
99authors = [{ name = " Anssi Syrjäsalo" , email = " opensource@syrjasalo.com" }]
1010dependencies = [
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments