Skip to content

Commit c08531c

Browse files
authored
SG-17638: httplib upgrade (#229)
Updates httplib2 to 0.18.0.
1 parent f50fbd6 commit c08531c

File tree

14 files changed

+294
-88
lines changed

14 files changed

+294
-88
lines changed

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Shotgun Python API Changelog
44

55
Here you can see the full list of changes between each Python API release.
66

7+
v3.2.4 (2020 May 25)
8+
=====================
9+
- Updates httplib2 to v0.18.0.
10+
711
v3.2.3 (2020 Apr 21)
812
=====================
913
- Fixes an import bug in httplib2 by using the `forked repository <https://github.com/shotgunsoftware/httplib2>`_.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Integration and unit tests are provided.
119119
- Add bullet points for any changes that have happened since the previous release. This may include changes you did not make so look at the commit history and make sure we don't miss anything. If you notice something was done that wasn't added to the changelog, hunt down that engineer and make them feel guilty for not doing so. This is a required step in making changes to the API.
120120
- Try and match the language of previous change log messages. We want to keep a consistent voice.
121121
- Make sure the date of the release matches today. We try and keep this TBD until we're ready to do a release so it's easy to catch that it needs to be updated.
122-
- Make sure the version number is filled out and correct. We follow semantic versioning. Or more correctly, we should be following it.
122+
- Make sure the version number is filled out and correct. We follow semantic versioning.
123123
2) Ensure any changes or additions to public methods are documented
124124
- Ensure that doc strings are updated in the code itself to work with Sphinx and are correctly formatted.
125125
- Examples are always good especially if this a new feature or method.

setup.py

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

2828
setup(
2929
name='shotgun_api3',
30-
version='3.2.3',
30+
version='3.2.4',
3131
description='Shotgun Python API ',
3232
long_description=readme,
3333
author='Shotgun Software',

shotgun_api3/lib/httplib2/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)