This repository was archived by the owner on Jan 6, 2024. It is now read-only.
File tree
Expand file treeCollapse file tree2 files changed
+9
-1
lines changed Expand file treeCollapse file tree2 files changed
+9
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [1.13.1](https://.com/googleapis/python-dialogflow-cx/compare/v1.13.0...v1.13.1) (2022-08-15) |
| 4 | + |
| 5 | + |
| 6 | +### Bug Fixes |
| 7 | + |
| 8 | +* **deps:** allow protobuf < 5.0.0 ([#435](https://.com/googleapis/python-dialogflow-cx/issues/435)) ([519012b](https://.com/googleapis/python-dialogflow-cx/commit/519012bf13179d4fdbe6856ca21fd539b4f776b1)) |
| 9 | +* **deps:** require proto-plus >= 1.22.0 ([519012b](https://.com/googleapis/python-dialogflow-cx/commit/519012bf13179d4fdbe6856ca21fd539b4f776b1)) |
| 10 | + |
3 | 11 | ## [1.13.0](https://.com/googleapis/python-dialogflow-cx/compare/v1.12.1...v1.13.0) (2022-07-15)
|
4 | 12 |
|
5 | 13 |
|
|
Original file line number | Diff line number | Diff line change |
---|
|
19 | 19 | import os
|
20 | 20 | import setuptools # type: ignore
|
21 | 21 |
|
22 |
| -version = "1.13.0" |
| 22 | +version = "1.13.1" |
23 | 23 |
|
24 | 24 | package_root = os.path.abspath(os.path.dirname(__file__))
|
25 | 25 |
|
|
You can’t perform that action at this time.
0 commit comments