Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
Version 1.1.0
  • Loading branch information
MatteoGuadrini committed Mar 9, 2020
2 parents a940bed + eea1c8f commit 51061dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmam.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def check_module(module):
# endregion

# region Global variable
VERSION = '1.0.0'
VERSION = '1.1.0'
__all__ = ['logwriter', 'debugger', 'confirm', 'read_config', 'get_platform', 'new_config', 'bind_ldap',
'check_connection', 'check_config', 'connect_ldap', 'unbind_ldap', 'query_ldap', 'check_ldap_version',
'new_user', 'set_user', 'delete_user', 'set_user_password', 'add_to_group', 'remove_to_group',
Expand Down

0 comments on commit 51061dd

Please sign in to comment.