File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ircstream (0.11.0.dev0) UNRELEASED ; urgency=medium
1
+ ircstream (0.11.0) unstable ; urgency=medium
2
2
3
- * New development release.
3
+ * New release.
4
4
* Packaging refresh:
5
5
- Use dh-sequence-python3 instead of --with.
6
6
- Add Rules-Requires-Root: no.
7
7
- Specify autopkgtest to autopkgtest-pkg-pybuild.
8
8
- Bump copyright years.
9
9
- Bump Standards-Version to 4.6.2.
10
10
11
- -- Faidon Liambotis <
[email protected] >
Thu, 14 Feb 2023
22:30:22 +0200
11
+ -- Faidon Liambotis <
[email protected] >
Mon, 22 May 2023
18:11:09 +0300
12
12
13
13
ircstream (0.10.0) unstable; urgency=medium
14
14
Original file line number Diff line number Diff line change 25
25
26
26
from __future__ import annotations
27
27
28
- __version__ = "0.11.0.dev0 "
28
+ __version__ = "0.11.0"
29
29
30
30
import argparse
31
31
import asyncio
You can’t perform that action at this time.
0 commit comments