Skip to content

Commit 24c1104

Browse files
committed
chore: Release 0.1.0.dev4
* Correct spelling of Err.PORT_LEDS_BUSY ([66e741f](66e741f), closes [#104](#104) * Correct spacing on CanIoMode values ([0c194a6](0c194a6) * Scope of Interface.out_strm_list_by_id ([c48a4dc](c48a4dc), closes [#114](#114) * Fix spacing on Frames.can_io_mode ([7c0bf9f](7c0bf9f), closes [#56](#56) * Fix casing on CanIoMode ([ff276cd](ff276cd), closes [#44](#44) * Remove deprecated baud rate property ([0af3a5f](0af3a5f)) * Moving properties to relevant classes ([576fa21](576fa21)) * Annotate Session types ([89b69b5](89b69b5)) * Moving properties to relevant classes ([576fa21](576fa21)) * Py2 string compat issues ([08e4025](08e4025), closes [#116](#116)) * Correct spelling of Err.PORT_LEDS_BUSY ([66e741f](66e741f), closes [#104](#104) * Correct spacing on CanIoMode values ([0c194a6](0c194a6) * Scope of Interface.out_strm_list_by_id ([c48a4dc](c48a4dc), closes [#114](#114) * Fix spacing on Frames.can_io_mode ([7c0bf9f](7c0bf9f), closes [#56](#56) * Fix casing on CanIoMode ([ff276cd](ff276cd), closes [#44](#44)
1 parent 78df7c1 commit 24c1104

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = u'0.1'
6161
# The full version, including alpha/beta/rc tags.
62-
release = u'0.1.0.dev3'
62+
release = u'0.1.0.dev4'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

nixnet/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0.dev3
1+
0.1.0.dev4

0 commit comments

Comments
 (0)