We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84cbc07 commit 9a25cc8Copy full SHA for 9a25cc8
CHANGELOG
@@ -1,3 +1,9 @@
1
+v1.7.8
2
+ Version 1.7.8
3
+
4
+ Bugfix release
5
+ - Convert '$' in method name to '_' ([#616](https://github.com/googleapis/google-api-python-client/pull/616))
6
+ - Alias unitest2 import as unittest in test__auth.py ([#613](https://github.com/googleapis/google-api-python-client/pull/613))
7
8
v1.7.7
9
Version 1.7.7
googleapiclient/__init__.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "1.7.7"
+__version__ = "1.7.8"
16
17
# Set default logging handler to avoid "No handler found" warnings.
18
import logging
0 commit comments