Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 22ba91b

Browse files
committed
incr version and use changelog that exists
1 parent abbd90d commit 22ba91b

File tree

3 files changed

+8
-15
lines changed

3 files changed

+8
-15
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v1.7.4
2+
Version 1.7.4
3+
4+
Bugfix release
5+
6+
- Catch ServerNotFoundError to retry the request (#532)
7+
18
v1.7.3
29
Version 1.7.3
310

CHANGELOG.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

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.3"
15+
__version__ = "1.7.4"
1616

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

0 commit comments

Comments
 (0)