Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohbotics committed Dec 19, 2017
1 parent a9020b8 commit 05f40ed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
pifi (0.3.0) UNRELEASED; urgency=medium
pifi (0.4.0) xenial; urgency=medium

* Added ability to set the system hostname
* Regenerate AP mode conf by default

-- Rohan Agrawal <[email protected]> Tue, 19 Dec 2017 15:19:14 -0800

pifi (0.3.0) xenial; urgency=medium

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

-- Rohan Agrawal <send2arohan@gmail.com> Fri, 01 Sep 2017 20:34:24 -0700
-- Rohan Agrawal <rohan@aleopile.com> Tue, 19 Dec 2017 15:16:44 -0800

pifi (0.2.3) xenial; urgency=medium

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():
arguments = docopt(__doc__, version='pifi version 0.3.0')
arguments = docopt(__doc__, version='pifi version 0.4.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.3.0',
version='0.4.0',
description='Wifi provisioning tools for robots with Raspberry Pis',
url='https://github.com/rohbotics/pifi',

Expand Down

0 comments on commit 05f40ed

Please sign in to comment.