Skip to content

Commit

Permalink
Version Bump v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Oct 15, 2015
1 parent 1e2b8c0 commit 15e001a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ Deploying
~~~~~~~~~

- Confirm tests pass
- Bump the version in `README.rst`, `sendgrid/version.py`
- Bump the version in `sendgrid/version.py`
- Update `CHANGELOG.md`
- Confirm tests pass
- Commit `Version bump vX.X.X`
Expand Down
2 changes: 1 addition & 1 deletion sendgrid/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (1, 5, 3)
version_info = (1, 5, 4)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 15e001a

Please sign in to comment.