Skip to content

Commit bef6670

Browse files
committed
Release 0.11.0
1 parent 5f9d266 commit bef6670

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

debian/changelog

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
ircstream (0.11.0.dev0) UNRELEASED; urgency=medium
1+
ircstream (0.11.0) unstable; urgency=medium
22

3-
* New development release.
3+
* New release.
44
* Packaging refresh:
55
- Use dh-sequence-python3 instead of --with.
66
- Add Rules-Requires-Root: no.
77
- Specify autopkgtest to autopkgtest-pkg-pybuild.
88
- Bump copyright years.
99
- Bump Standards-Version to 4.6.2.
1010

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
1212

1313
ircstream (0.10.0) unstable; urgency=medium
1414

ircstream.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
from __future__ import annotations
2727

28-
__version__ = "0.11.0.dev0"
28+
__version__ = "0.11.0"
2929

3030
import argparse
3131
import asyncio

0 commit comments

Comments
 (0)