Skip to content

Commit 26823fa

Browse files
authored
chore: release v1.8.0 (#842)
1 parent a480d53 commit 26823fa

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v1.8.0
2+
Version 1.8.0
3+
4+
Release to support API endpoint override.
5+
6+
New Features
7+
- Add api endpoint override. ([#829](https://github.com/googleapis/google-api-python-client/pull/829))
8+
9+
Implementation Changes
10+
- Don't set http.redirect_codes if the attr doesn't exist and allow more httplib2 versions. ([#841](https://github.com/googleapis/google-api-python-client/pull/841))
11+
112
v1.7.12
213
Version 1.7.12
314

googleapiclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.7.12"
15+
__version__ = "1.8.0"
1616

1717
# Set default logging handler to avoid "No handler found" warnings.
1818
import logging

0 commit comments

Comments
 (0)