Skip to content

Commit

Permalink
Bump to version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohbotics committed Apr 2, 2020
1 parent 439b548 commit 8da1be8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
pifi (0.7.0) xenial; urgency=medium

* Fix status in AP mode
* Wrap LED blinking in try_catch

-- Rohan Agrawal <[email protected]> Thu, 02 Apr 2020 13:18:26 -0700

pifi (0.6.0) xenial; urgency=medium

* Add ability to remove a network
Expand Down
2 changes: 1 addition & 1 deletion pifi/pifi.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def set_hostname(new_hostname):
print("Error writing to /etc/hosts or /etc/hostname, make sure you are running with sudo")

def main(argv=sys.argv[1:]):
arguments = docopt(__doc__, argv=argv, version='pifi version 0.6.0')
arguments = docopt(__doc__, argv=argv, version='pifi version 0.7.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.6.0',
version='0.7.0',
description='Wifi provisioning tools for robots with Raspberry Pis',
url='https://github.com/rohbotics/pifi',

Expand Down

0 comments on commit 8da1be8

Please sign in to comment.