From 689d943d372f18760aa38169359ff0d4487c1df0 Mon Sep 17 00:00:00 2001 From: Chenyang Liu Date: Fri, 21 May 2021 15:23:54 +0800 Subject: [PATCH] Update version and history --- src/webpubsub/HISTORY.rst | 4 ++++ src/webpubsub/setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/webpubsub/HISTORY.rst b/src/webpubsub/HISTORY.rst index 8c34bccfff8..b5c6e7bef03 100644 --- a/src/webpubsub/HISTORY.rst +++ b/src/webpubsub/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +0.2.0 +++++++ +* Add data plane command: `az webpubsub client` and `az webpubsub service` + 0.1.0 ++++++ * Initial release. \ No newline at end of file diff --git a/src/webpubsub/setup.py b/src/webpubsub/setup.py index c30116666b7..69268b42f52 100644 --- a/src/webpubsub/setup.py +++ b/src/webpubsub/setup.py @@ -16,7 +16,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '0.1.0' +VERSION = '0.2.0' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers