Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 828 Bytes

CHANGES.rst

File metadata and controls

47 lines (31 loc) · 828 Bytes

2.0.5

  • #3: Fixed error in Delete message.

2.0.4

2.0.3

  • pettazz#4: Removed multiple checks for sha-1 hash, which failed in some cases when the Message IDs weren't of that form.

2.0.2

Fixed more bugs in the implementation, revealed by an enhanced test suite.

2.0.1

  • #2: Fixed bugs in login. Confirmed examples/sms.py works again.

2.0

Rebased code on upstream pygooglevoice.

Removed scripts, replaced with runnable modules invokable with python -m:

  • googlevoice
  • googlevoice.interact
  • googlevoice.setup-asterisk

Added test suite via tox and pytest, although currently only imports and lint are tested.

Automated releases via Travis-CI.

Renamed GitHub repo to jaraco/googlevoice.