bump
This commit is contained in:
parent
de67c11207
commit
25c66dab14
2 changed files with 5 additions and 2 deletions
3
CHANGES
3
CHANGES
|
@ -1,3 +1,6 @@
|
||||||
|
3.0.4 2017-01-08
|
||||||
|
- multi-user in single port
|
||||||
|
|
||||||
3.0.1 2017-01-03
|
3.0.1 2017-01-03
|
||||||
- remove auth_aes128_*_compatible
|
- remove auth_aes128_*_compatible
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Copyright 2016 breakwa11
|
# Copyright 2017 breakwa11
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
# not use this file except in compliance with the License. You may obtain
|
# not use this file except in compliance with the License. You may obtain
|
||||||
|
@ -16,5 +16,5 @@
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
def version():
|
def version():
|
||||||
return '3.0.1 2017-01-03'
|
return '3.0.2 2017-01-08'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue