File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed
Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ UNRELEASED
2+ ----------
3+ * [BREAKING] Drop support for Python versions before 3.7
4+ * Require irc>=20.0.0
5+ * Convert to hatchling build system backend
6+ * Replace Travis CI with GitHub Actions
7+
8+ v0.2.0
9+ ------
10+ * Require irc>16,<17 for python2 (@ssbarnea)
11+ * Require irc>=17 for python3 (@ssbarnea)
12+
13+ v0.1.1
14+ ------
15+ * Fix setup.py to declare irc dependency
16+
17+ v0.1.0
18+ ------
19+ * Initial tagged release
Original file line number Diff line number Diff line change 1+ Change log
2+ ==========
3+
4+ .. include :: ../HISTORY.rst
Original file line number Diff line number Diff line change @@ -23,3 +23,4 @@ IRC bot framework using mixins to provide commonly desired functionality.
2323
2424 about
2525 ib3
26+ changes
You can’t perform that action at this time.
0 commit comments