Skip to content

Commit 9731019

Browse files
committed
pin to latest umapi-client and version bump
1 parent becb2b8 commit 9731019

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
'pyldap==2.4.45',
5454
'PyYAML',
5555
'six',
56-
'umapi-client>=2.11',
56+
'umapi-client>=2.13',
5757
],
5858
extras_require={
5959
':sys_platform=="linux" or sys_platform=="linux2"': [

user_sync/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919
# SOFTWARE.
2020

21-
__version__ = '2.4.2'
21+
__version__ = '2.4.3'

0 commit comments

Comments
 (0)