Release 1.7.7 (#606)

diff --git a/CHANGELOG b/CHANGELOG
index 73bcad3..f24be68 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,17 @@
+
+v1.7.7
+  Version 1.7.7
+
+    Bugfix release
+    - Change xrange to range ([#601](https://github.com/google/google-api-python-client/pull/601))
+    - Typo in http.py exception message. ([#602](https://github.com/google/google-api-python-client/pull/602))
+
+    - Announce deprecation of Python 2.7 ([#603](https://github.com/google/google-api-python-client/pull/603))
+    - Updates documentation for stopping channel subscriptions ([#598](https://github.com/google/google-api-python-client/pull/598))
+    - Adding example for searchAppearance ([#414](https://github.com/google/google-api-python-client/pull/414))
+
+    - Add badges ([#455](https://github.com/google/google-api-python-client/pull/455))
+
 v1.7.6
   Version 1.7.6
 
diff --git a/googleapiclient/__init__.py b/googleapiclient/__init__.py
index 94e1ffa..a715f65 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.6"
+__version__ = "1.7.7"
 
 # Set default logging handler to avoid "No handler found" warnings.
 import logging