Change log¶
UNRELEASED¶
- Use ssl.SSLContext in ib3.connection.SSL
v0.3.0¶
- [BREAKING] Drop support for Python versions before 3.7
- Require irc>=20.0.0
- Convert to hatchling build system backend
- Replace Travis CI with GitHub Actions
- Use pre-commit for linter checks
- Use black for code formatting
- Use isort for import formatting
- Add a number of flake8 plugins including bugbear
- Automated PyPi publishing via GitHub Actions
v0.2.0¶
- Require irc>16,<17 for python2 (@ssbarnea)
- Require irc>=17 for python3 (@ssbarnea)
v0.1.1¶
- Fix setup.py to declare irc dependency
v0.1.0¶
- Initial tagged release