Skip to content

Commit 15e001a

Browse files
Version Bump v1.5.4
1 parent 1e2b8c0 commit 15e001a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ Deploying
515515
~~~~~~~~~
516516

517517
- Confirm tests pass
518-
- Bump the version in `README.rst`, `sendgrid/version.py`
518+
- Bump the version in `sendgrid/version.py`
519519
- Update `CHANGELOG.md`
520520
- Confirm tests pass
521521
- Commit `Version bump vX.X.X`

sendgrid/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (1, 5, 3)
1+
version_info = (1, 5, 4)
22
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)