Skip to content

Commit

Permalink
Release version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohbotics committed Jun 2, 2018
1 parent fcf9441 commit 9f1ebe5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pifi (0.5.0) xenial; urgency=medium

* Added support for LEDs and Buttons

-- Rohan Agrawal <[email protected]> Fri, 01 Jun 2018 19:55:04 -0700

pifi (0.4.1) xenial; urgency=medium

* Quick test
Expand Down
2 changes: 1 addition & 1 deletion pifi/pifi.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,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.4.1')
arguments = docopt(__doc__, argv=argv, version='pifi version 0.5.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.4.1',
version='0.5.0',
description='Wifi provisioning tools for robots with Raspberry Pis',
url='https://github.com/rohbotics/pifi',

Expand Down

0 comments on commit 9f1ebe5

Please sign in to comment.