Skip to content

Commit

Permalink
chore: Release 0.1.0.dev5
Browse files Browse the repository at this point in the history
Breaking changes

* Remove unused property ([639539a](639539a), closes [#123](#123))
* Changed parameter names for session frame setters ([aa169b4](aa169b4))

Features

* Add session.can_comm ([8dd8624](8dd8624))
* Report general session state ([7b8e21a](7b8e21a))
* Allow `set_j1939_addr_filter` to accept an int ([aa169b4](aa169b4))
* Simplify reseting `set_j1939_addr_filter` ([aa169b4](aa169b4))

Bug Fixes

* Remove unused property ([639539a](639539a), closes [#123](#123))
* Fix parameter names for session frame setters ([aa169b4](aa169b4))
  • Loading branch information
epage committed Jul 25, 2017
1 parent b7f4027 commit 6af98b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = u'0.1'
# The full version, including alpha/beta/rc tags.
release = u'0.1.0.dev4'
release = u'0.1.0.dev5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion nixnet/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0.dev4
0.1.0.dev5

0 comments on commit 6af98b1

Please sign in to comment.