Skip to content

Commit 2ce6784

Browse files
committed
v2.2.2: Tag from v2.2 branch r380
1 parent ef91f79 commit 2ce6784

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,9 @@ Thanks to:
123123
HiTechnic for providing identification information for their sensors. I note
124124
that they have now included this information in their website. ;)
125125
Linus Atorf, Samuel Leeman-Munk, melducky, Simon Levy, Steve Castellotti,
126-
Paulo Vieira, zonedabone, migpics, TC Wan, jerradgenson, henryacev, and
127-
anyone else I forgot for various fixes and additions.
126+
Paulo Vieira, zonedabone, migpics, TC Wan, jerradgenson, henryacev,
127+
Paul Hollensen, and anyone else I forgot for various fixes and
128+
additions.
128129
All our users for their interest and support!
129130

130131

scripts/nxt_test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ try:
2424
print 'Firmware version %s.%s' % fw_version
2525
millivolts = b.get_battery_level()
2626
print 'Battery level %s mV' % millivolts
27-
b.sock.close()
2827
except:
2928
print "Error while running test:"
3029
traceback.print_tb(sys.exc_info()[2])

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='nxt-python',
14-
version='2.2',
14+
version='2.2.2',
1515
author='Marcus Wanner',
1616
author_email='[email protected]',
1717
description='LEGO Mindstorms NXT Control Package',

0 commit comments

Comments
 (0)