Skip to content

Commit 77a915d

Browse files
committed
1.5.4
Automatically generated by python-semantic-release
1 parent e3498fd commit 77a915d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import setup
55

6-
__version__ = "1.5.3"
6+
__version__ = "1.5.4"
77

88
setup(
99
version=__version__,

0 commit comments

Comments
 (0)