Skip to content

Commit 80bae76

Browse files
authored
[Service Connector] Release 3.3.3 (Azure#8785)
1 parent b8e0144 commit 80bae76

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/serviceconnector-passwordless/HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
Release History
44
===============
5-
3.3.2
5+
3.3.3
66
++++++
77
* Add documentation explaining manual steps required for connecting to SQL database in Fabric.
88
* Fix PostgreSQL flexible server connection not working due to deprecation of `ad-admin` command.

src/serviceconnector-passwordless/azext_serviceconnector_passwordless/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# --------------------------------------------------------------------------------------------
55

66

7-
VERSION = '3.3.2'
7+
VERSION = '3.3.3'
88
NAME = 'serviceconnector-passwordless'

src/serviceconnector-passwordless/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
logger.warn("Wheel is not available, disabling bdist_wheel hook")
1616

1717

18-
VERSION = '3.3.2'
18+
VERSION = '3.3.3'
1919

2020
# The full list of classifiers is available at
2121
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)