Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Jun 28, 2013
1 parent d606b47 commit 01284f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
###2013-06-28 Release 1.2.1

1. Fixed issue [#27](https://github.com/flipback/rmodbus/issues/24) for read_nonblock error on Windows

###2013-03-12 Release 1.2.0

1. Transaction number mismatch doesn't throw exception in TCPSlave#query method.
Expand Down
2 changes: 1 addition & 1 deletion lib/rmodbus/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# GNU General Public License for more details.
module ModBus
# Package version
VERSION = '1.2.0'
VERSION = '1.2.1'
end

0 comments on commit 01284f5

Please sign in to comment.