Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohbotics committed Apr 13, 2020
1 parent 63a2623 commit 7a0d04b
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.8.0) UNRELEASED; urgency=medium
pifi (0.9.0) UNRELEASED; urgency=medium

* Multiple LED blink patterns for different states
* Print message when connection added to elimiate warning confusion

-- Rohan Agrawal <rohan@gridlock> Sun, 12 Apr 2020 20:05:53 -0700

pifi (0.8.0) xenial; urgency=medium

* Add rescan and -y features

Expand Down
2 changes: 1 addition & 1 deletion pifi/pifi.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def rescan():
startup.start_ap_mode(pifi_conf_settings, ApModeDevice, ClientModeDevice)

def main(argv=sys.argv[1:]):
arguments = docopt(__doc__, argv=argv, version='pifi version 0.8.0')
arguments = docopt(__doc__, argv=argv, version='pifi version 0.9.0')

global skip_prompt
if '-y' in arguments:
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.8.0',
version='0.9.0',
description='Wifi provisioning tools for robots with Raspberry Pis',
url='https://github.com/rohbotics/pifi',

Expand Down

0 comments on commit 7a0d04b

Please sign in to comment.