Skip to content

Commit e684b8e

Browse files
committed
chore: create a release
1 parent 91e0283 commit e684b8e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.librarian/state.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest
22
libraries:
33
- id: google-api-core
4-
version: 2.28.1
4+
version: 2.29.0
5+
last_generated_commit: ""
56
apis: []
67
source_roots:
78
- .

CHANGELOG.md

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

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

7+
## [2.29.0](https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.28.1...google-api-core-v2.29.0) (2025-10-29)
8+
9+
10+
### Features
11+
12+
* wip ([91e028394c5bfa97da9be240c55ac3de20badebe](https://github.com/googleapis/google-cloud-python/commit/91e028394c5bfa97da9be240c55ac3de20badebe))
13+
714
## [2.28.1](https://github.com/googleapis/python-api-core/compare/v2.28.0...v2.28.1) (2025-10-28)
815

916

google/api_core/version.py

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

15-
__version__ = "2.28.1"
15+
__version__ = "2.29.0"

0 commit comments

Comments
 (0)