Skip to content

Commit 28cf42f

Browse files
Version Bump v3.6.1: Pull #246 Typo 'user' for 'usr'
1 parent 476970a commit 28cf42f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [3.6.1] - 2016-11-10 ##
5+
### Fixed
6+
- Pull #246 [Typo 'user' for 'usr'](https://github.com/sendgrid/sendgrid-python/pull/246)
7+
- Big thanks to [Mike Ralphson](https://github.com/MikeRalphson) for the pull request!
8+
49
## [3.6.0] - 2016-10-11 ##
510
### Added
611
- Pull #234 [Substitutions allow non-strings for values](https://github.com/sendgrid/sendgrid-python/pull/234)

sendgrid/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (3, 6, 0)
1+
version_info = (3, 6, 1)
22
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)