Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daisuke Baba committed Oct 27, 2018
1 parent 7c0ad1c commit 97b335c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ $ tar czvf candy-board-cli.tgz --exclude "./.*" --exclude build --exclude dist *
```

# Revision history
* 3.1.0
- Make `--suspend` and `--resume` options available for `apn ls`, `network show`, `sim show` and `modem show` commands

* 3.0.0
- Add new categories, `connection` and `gnss`
- Add new actions in `service` category
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
except IOError: # For tox
long_description = ""

version = "3.0.0"
version = "3.1.0"

if sys.argv[-1] == 'publish':
os.system('rm -fr dist/*')
Expand Down

0 comments on commit 97b335c

Please sign in to comment.