We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2d7e9 commit 0dd02ccCopy full SHA for 0dd02cc
debian/changelog
@@ -1,4 +1,4 @@
1
-ircstream (0.11.0-dev0) UNRELEASED; urgency=medium
+ircstream (0.11.0.dev0) UNRELEASED; urgency=medium
2
3
* New development release.
4
* Packaging refresh:
debian/control
@@ -4,7 +4,6 @@ Priority: optional
Maintainer: Faidon Liambotis <[email protected]>
5
Build-Depends:
6
debhelper-compat (= 13),
7
- dh-python,
8
dh-sequence-python3,
9
pybuild-plugin-pyproject,
10
python3-all,
ircstream.py
@@ -25,7 +25,7 @@
25
26
from __future__ import annotations
27
28
-__version__ = "0.11.0-dev0"
+__version__ = "0.11.0.dev0"
29
30
import argparse
31
import asyncio
0 commit comments