Skip to content

Commit

Permalink
v2.2.2: Tag from v2.2 branch r380
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuswanner committed May 25, 2012
1 parent ef91f79 commit 2ce6784
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ Thanks to:
HiTechnic for providing identification information for their sensors. I note
that they have now included this information in their website. ;)
Linus Atorf, Samuel Leeman-Munk, melducky, Simon Levy, Steve Castellotti,
Paulo Vieira, zonedabone, migpics, TC Wan, jerradgenson, henryacev, and
anyone else I forgot for various fixes and additions.
Paulo Vieira, zonedabone, migpics, TC Wan, jerradgenson, henryacev,
Paul Hollensen, and anyone else I forgot for various fixes and
additions.
All our users for their interest and support!


Expand Down
1 change: 0 additions & 1 deletion scripts/nxt_test
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ try:
print 'Firmware version %s.%s' % fw_version
millivolts = b.get_battery_level()
print 'Battery level %s mV' % millivolts
b.sock.close()
except:
print "Error while running test:"
traceback.print_tb(sys.exc_info()[2])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='nxt-python',
version='2.2',
version='2.2.2',
author='Marcus Wanner',
author_email='[email protected]',
description='LEGO Mindstorms NXT Control Package',
Expand Down

0 comments on commit 2ce6784

Please sign in to comment.