Skip to content

Commit

Permalink
Release 1.7.8 (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Jan 28, 2019
1 parent 84cbc07 commit 9a25cc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.7.8
Version 1.7.8

Bugfix release
- Convert '$' in method name to '_' ([#616](https://github.com/googleapis/google-api-python-client/pull/616))
- Alias unitest2 import as unittest in test__auth.py ([#613](https://github.com/googleapis/google-api-python-client/pull/613))

v1.7.7
Version 1.7.7
Expand Down
2 changes: 1 addition & 1 deletion googleapiclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.7.7"
__version__ = "1.7.8"

# Set default logging handler to avoid "No handler found" warnings.
import logging
Expand Down

0 comments on commit 9a25cc8

Please sign in to comment.