- Fix packaging issue in v2.0.0 that prevented installation with easy_install.
- The
pyotp.HOTP.at()
,pyotp.TOTP.at()
, andpyotp.TOTP.now()
methods now return strings instead of integers. Thanks to Rohan Dhaimade (PR #16).
- Begin tracking changes in change log.
- Update documentation.
- Introduce Travis CI integration.
- Initial release.