Skip to content

Commit

Permalink
New version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoGuadrini committed Aug 29, 2020
1 parent dc79d7f commit 06cfd71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

from setuptools import setup

VERSION = '1.3.3'
VERSION = '1.4.0'

if not os.path.exists('bin'):
os.makedirs('bin')
Expand Down
2 changes: 1 addition & 1 deletion vmam.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Manpage for vmam.
.\" Contact [email protected] to correct errors or typos.
.TH man 1 "9 May 2020" "1.3.3" "vmam man page"
.TH man 1 "29 Aug 2020" "1.4.0" "vmam man page"
.SH NAME
vmam \- VLAN Mac\-address Authentication Manager
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion vmam.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def check_module(module):
# endregion

# region Global variable
VERSION = '1.3.3'
VERSION = '1.4.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 06cfd71

Please sign in to comment.