Skip to content
This repository was archived by the owner on Dec 17, 2023. It is now read-only.

Commit 8c9c870

Browse files
authored
Release 0.5.2 (#113)
1 parent da80b13 commit 8c9c870

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

55
[1]: https://pypi.org/project/dialogflow/#history
66

7+
## 0.5.2
8+
9+
12-18-2018 10:50 PST
10+
11+
### Documentation
12+
- Add notice of Python 2.7 deprecation ([#112](https://github.com/googleapis/dialogflow-python-client-v2/pull/112))
13+
- Fix typo in samples ([#52](https://github.com/googleapis/dialogflow-python-client-v2/pull/52))
14+
- Update README.rst ([#27](https://github.com/googleapis/dialogflow-python-client-v2/pull/27))
15+
- Updating README per ask from Product ([#81](https://github.com/googleapis/dialogflow-python-client-v2/pull/81))
16+
- Add v2beta1 samples for dialogflow and update v2 sample formatting. ([#72](https://github.com/googleapis/dialogflow-python-client-v2/pull/72))
17+
18+
### Internal / Testing Changes
19+
- Update github issue templates ([#103](https://github.com/googleapis/dialogflow-python-client-v2/pull/103))
20+
- Strip dynamic badges from README ([#99](https://github.com/googleapis/dialogflow-python-client-v2/pull/99))
21+
- Correct the repository name in samples README. ([#83](https://github.com/googleapis/dialogflow-python-client-v2/pull/83))
22+
- Fix [#76](https://github.com/googleapis/dialogflow-python-client-v2/pull/76) by adding replacement patterns to dialogflow ([#79](https://github.com/googleapis/dialogflow-python-client-v2/pull/79))
23+
724
## 0.4.0
825
- Regenerate v2beta1 endpoint
926

setup.py

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

1919
setup(
2020
name='dialogflow',
21-
version='0.5.1',
21+
version='0.5.2',
2222
author='Google LLC',
2323
author_email='[email protected]',
2424
classifiers=[

0 commit comments

Comments
 (0)