From 2ce6784e9a985373d3ff63cbc26fc0bf03ece592 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 25 May 2012 23:26:12 +0000 Subject: [PATCH] v2.2.2: Tag from v2.2 branch r380 --- README | 5 +++-- scripts/nxt_test | 1 - setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 58cd8f3..fb8b72b 100644 --- a/README +++ b/README @@ -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! diff --git a/scripts/nxt_test b/scripts/nxt_test index bd0be25..0640b94 100644 --- a/scripts/nxt_test +++ b/scripts/nxt_test @@ -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]) diff --git a/setup.py b/setup.py index c70b038..d1f8c0a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='nxt-python', - version='2.2', + version='2.2.2', author='Marcus Wanner', author_email='marcus@wanners.net', description='LEGO Mindstorms NXT Control Package',