Skip to content

Commit 5af67dd

Browse files
committed
bump version for psycopg2-binary
1 parent 535da46 commit 5af67dd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

src/serviceconnector-passwordless/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
33
Release History
44
===============
5+
3.3.5
6+
++++++
7+
* Update dependencies.
8+
59
3.3.4
610
++++++
711
* Some improvements and issue fixes.

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.4'
7+
VERSION = '3.3.5'
88
NAME = 'serviceconnector-passwordless'

src/serviceconnector-passwordless/setup.py

Lines changed: 2 additions & 2 deletions
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.4'
18+
VERSION = '3.3.5'
1919

2020
# The full list of classifiers is available at
2121
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
@@ -36,7 +36,7 @@
3636
'azure-core',
3737
'PyMySQL==1.1.1',
3838
'pyodbc==5.1.0',
39-
'psycopg2-binary==2.9.9',
39+
'psycopg2-binary==2.9.10',
4040
'azure-mgmt-servicelinker==1.2.0b3'
4141
]
4242

0 commit comments

Comments
 (0)