File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ Note: version releases in the 0.x.y range may introduce breaking changes.
33
44<!-- next-version-placeholder-->
55
6+ ## v1.5.4 (2022-05-13)
7+ ### Fix
8+ * Empty commit to trigger release ([ ` e3498fd ` ] ( https://github.com/xeroc/python-graphenelib/commit/e3498fd01c2b1e315bc44911a71375afcae9601e ) )
9+
10+ ### Documentation
11+ * Release flow and conventional commits ([ ` a75a1f6 ` ] ( https://github.com/xeroc/python-graphenelib/commit/a75a1f69ce3d55f4804c969f366b1c429693bee1 ) )
12+
613## v1.5.3 (2022-05-13)
714### Fix
815* Setup.cfg lib should work with >=3.6 too ([ ` 1023aa3 ` ] ( https://github.com/xeroc/python-graphenelib/commit/1023aa30d07901339e4db6c7c536993e7501c3da ) )
Original file line number Diff line number Diff line change 33
44from setuptools import setup
55
6- __version__ = "1.5.3 "
6+ __version__ = "1.5.4 "
77
88setup (
99 version = __version__ ,
You can’t perform that action at this time.
0 commit comments