We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef6670 commit 900bc8dCopy full SHA for 900bc8d
debian/changelog
@@ -1,3 +1,9 @@
1
+ircstream (0.12.0.dev0) UNRELEASED; urgency=medium
2
+
3
+ * New development release.
4
5
+ -- Faidon Liambotis <[email protected]> Mon, 22 May 2023 18:12:02 +0300
6
7
ircstream (0.11.0) unstable; urgency=medium
8
9
* New release.
ircstream.py
@@ -25,7 +25,7 @@
25
26
from __future__ import annotations
27
28
-__version__ = "0.11.0"
+__version__ = "0.12.0.dev0"
29
30
import argparse
31
import asyncio
0 commit comments