From 222453b6e7ff5175cb3688f347211bdb3419fb3b Mon Sep 17 00:00:00 2001 From: Limin Gu Date: Mon, 30 Jan 2023 19:44:49 -0800 Subject: [PATCH 1/2] [Nginx] Release a new version --- src/nginx/HISTORY.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/nginx/HISTORY.rst b/src/nginx/HISTORY.rst index 8c34bccfff8..4a3adac3823 100644 --- a/src/nginx/HISTORY.rst +++ b/src/nginx/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +0.1.1 +++++++ +* Update the GA sku in the creation example. + 0.1.0 ++++++ * Initial release. \ No newline at end of file From 5f69227701fa4bb43c4d003a67136525504f509c Mon Sep 17 00:00:00 2001 From: Limin Gu Date: Mon, 30 Jan 2023 20:00:49 -0800 Subject: [PATCH 2/2] Update --- src/nginx/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nginx/setup.py b/src/nginx/setup.py index bd3e0ab055d..4105594e88e 100644 --- a/src/nginx/setup.py +++ b/src/nginx/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.1.1' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers