File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616profile *
1717register.py
1818README.txt
19- temp.py
19+ temp * .py
Original file line number Diff line number Diff line change 11# Change Log
22All notable changes to this project will be documented in this file.
33
4+ ## [ 3.5.0] - 2016-10-11 ##
5+ ### Added
6+ - Pull #233 : [ Allow dict to be passed to add_headers] ( https://github.com/sendgrid/sendgrid-python/pull/233 )
7+ - Big thanks to [ Navin Pai] ( https://github.com/navinpai ) for the pull request!
8+
49## [ 3.4.0] - 2016-09-02 ##
510### Added
611- Pull #215
Original file line number Diff line number Diff line change 1- version_info = (3 , 4 , 0 )
1+ version_info = (3 , 5 , 0 )
22__version__ = '.' .join (str (v ) for v in version_info )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def getRequires():
2424 author = 'Elmer Thomas, Yamil Asusta' ,
2525 author_email = 'dx@sendgrid.com' ,
2626 url = 'https://github.com/sendgrid/sendgrid-python/' ,
27- packages = find_packages (),
27+ packages = find_packages (exclude = [ "temp*.py" ] ),
2828 include_package_data = True ,
2929 license = 'MIT' ,
3030 description = 'SendGrid library for Python' ,
You can’t perform that action at this time.
0 commit comments