Skip to content

Commit c6d953b

Browse files
authored
chore(storage): release 1.24.1 (googleapis#10034)
1 parent ac544b1 commit c6d953b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

storage/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
[1]: https://pypi.org/project/google-cloud-storage/#history
66

7+
## 1.24.1
8+
9+
01-02-2020 13:20 PST
10+
11+
12+
### Implementation Changes
13+
- Add 'ARCHIVE' storage class ([#9533](https://github.com/googleapis/google-cloud-python/pull/9533))
14+
715
## 1.24.0
816

917
01-02-2020 10:39 PST

storage/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-storage"
2424
description = "Google Cloud Storage API client library"
25-
version = "1.24.0"
25+
version = "1.24.1"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)