version 0.3.1 - 2013-07-03
- cleanup
- update FSF address

version 0.3.0 - 2012-09-01
- add a `timeout` parameter to NTPClient.request()
- rewrite tests using the unittest module, add many tests
- cleanup

version 0.2.0 - 2012-04-01
- cleanup
- raise a NTPException when no response is received from server 

version 0.1.8 - 2010-02-20
- change to LGPL license
- cleanup

version 0.1.7 - 2009-12-24
- cleanup
- fix delay computation (thanks to Michael Frère for pointing that out)

version 0.1.6 - 2009-11-01
- cleanup
- when the server doesn't respond within a reasonable interval, let the
  application handle socket.timeout

version 0.1.5 - 2009-07-13
- perform stricter source check upon reception of a response
- small cleanup

version 0.1.4 - 2009-06-04
- add properties to NTPStats to have timestamps converted to local time

version 0.1.3 - 2009-05-18
- fix root delay and root dispersion computation

version 0.1.2 - 2009-05-17
- create request packet after name resolution to avoid name resolution delay

version 0.1.1 - 2009-05-16
- cleanup to conform to PEP 8
- when the server doesn't respond within a reasonable interval, raise a
  NTPException instead of a socket.timeout
- change initial values used to check the source address in NTPClient.request
  to (None, None), simpler and cleaner

version 0.1.0 - 2009-05-14
- initial release
