aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBu Sun Kim <8822365+busunkim96@users.noreply.github.com>2019-05-22 16:38:55 -0700
committerGitHub <noreply@github.com>2019-05-22 16:38:55 -0700
commitffea1a7fe9d381d23ab59048263c631cc2b45323 (patch)
treed9a27da8409f2794eccc1b95fdb0dbedefc4c48a
parent1d2e240a74d2bc0074dffbc57cf7d62b8146cb82 (diff)
downloadgoogle-api-python-client-ffea1a7fe9d381d23ab59048263c631cc2b45323.tar.gz
Release 1.7.9. (#663)
-rw-r--r--CHANGELOG7
-rw-r--r--googleapiclient/__init__.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4c11cd39c..9591e2fe6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,10 @@
+v1.7.9
+ Version 1.7.9
+
+ Bugfix release
+ - Remove Django Samples. ([#657](https://github.com/googleapis/google-api-python-client/pull/657))
+ - Call request_orig with kwargs ([#658](https://github.com/googleapis/google-api-python-client/pull/658))
+
v1.7.8
Version 1.7.8
diff --git a/googleapiclient/__init__.py b/googleapiclient/__init__.py
index ee986d294..dfb68b760 100644
--- a/googleapiclient/__init__.py
+++ b/googleapiclient/__init__.py
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "1.7.8"
+__version__ = "1.7.9"
# Set default logging handler to avoid "No handler found" warnings.
import logging