Skip to content

Commit

Permalink
Update the version for EventGrid extension to 0.4.9 (#1722)
Browse files Browse the repository at this point in the history
* reapply new python sdk + bug fixes in help and private endpoint update)

* Add support for destination and deadletter with identity and recored the tests

* update version

* commment test case due to weird recording error

* fix condition

* address CR comments'

* fix linter error in help

* fix test and re-record the tests and fix help

* initial parameters support and test

* Add support for customer service parameters and add check and remaining properties

* Add publisher filter

* Rerecord tests

* fix example

* fix test

* comment on test

* pump version to 0.4.9

Co-authored-by: Ashraf Hamad <ahamad@ntdev.microsoft.com>
  • Loading branch information
ahamad-MS and Ashraf Hamad authored May 18, 2020
1 parent 2d9abba commit 1fc55a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eventgrid/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup, find_packages

VERSION = "0.4.8"
VERSION = "0.4.9"

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 1fc55a7

Please sign in to comment.