Skip to content

Commit

Permalink
bump to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohbotics committed Sep 2, 2017
1 parent 7801f76 commit fddeee1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
pifi (0.2.3) UNRELEASED; urgency=medium
pifi (0.3.0) UNRELEASED; urgency=medium

* Added unit tests, run them during debian builds
* Use last 4 digits of MAC in SSID

-- Rohan Agrawal <[email protected]> Fri, 01 Sep 2017 20:34:24 -0700

pifi (0.2.3) xenial; urgency=medium

* Bugfix for bad optional argument handling

Expand Down
2 changes: 1 addition & 1 deletion pifi/pifi.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def list_pending():
con['connection']['id'])

def main():
arguments = docopt(__doc__, version='pifi version 0.2.3')
arguments = docopt(__doc__, version='pifi version 0.3.0')

if arguments['status']:
status()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pifi',
version='0.2.3',
version='0.3.0',
description='Wifi provisioning tools for robots with Raspberry Pis',
url='https://github.com/rohbotics/pifi',

Expand Down

0 comments on commit fddeee1

Please sign in to comment.