Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 8845c8e

Browse files
author
Rocky Meza
committed
Version 0.2.0
1 parent f246343 commit 8845c8e

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

docs/changelog.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
Changelog
22
=========
33

4+
0.2.0
5+
-----
6+
:release-date: 2013-09-27
7+
8+
- Added support for WEP
9+
- Fixed bug related to very short SSIDs
10+
- Fixed bug related to numeric passkeys.
11+
412
0.1.1
513
-----
6-
:release-date: 2013-05-26 05:00 PM UTC
14+
:release-date: 2013-05-26
715

816
- Updated setup.py to actually install the bash completion script

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.1'
51+
version = '0.2'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.1.1'
53+
release = '0.2.0'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def read(fname):
1818
except:
1919
install_requires.append('argparse')
2020

21-
version = '0.1.1'
21+
version = '0.2.0'
2222

2323
setup(
2424
name='wifi',

0 commit comments

Comments
 (0)