launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #29924
[Merge] ~cjwatson/lpci:release-0.1.0 into lpci:main
Colin Watson has proposed merging ~cjwatson/lpci:release-0.1.0 into lpci:main.
Commit message:
Release version 0.1.0
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/lpci/+git/lpci/+merge/441327
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/lpci:release-0.1.0 into lpci:main.
diff --git a/NEWS.rst b/NEWS.rst
index 857ac8a..c88e8ae 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,7 +2,7 @@
Version history
===============
-0.1.0 (unreleased)
+0.1.0 (2023-04-18)
==================
- Add a ``release`` command.
diff --git a/setup.cfg b/setup.cfg
index 303da84..05d65ba 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = lpci
-version = 0.1.0.dev0
+version = 0.1.0
description = Runner for Launchpad CI jobs
long_description = file: README.rst
long_description_content_type = text/x-rst
Follow ups