aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-02 19:02:36 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-02 19:02:36 -0700
commit35d9f0b1222f7eb22687696f6442985ba9bd922d (patch)
tree44608bcbe84c6ab0eeb0d9d58542a5168dfb6d8f
parenta906b6fa724537986a263240804890d5bf52d8a6 (diff)
downloadconsfigurator-archive/debian/0.2.1-1.tar.gz
release Consfigurator 0.2.1 (-1 to Debian experimental)v0.2.1debian/0.2.1-1archive/debian/0.2.1-1
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--consfigurator.asd2
-rw-r--r--debian/changelog5
-rw-r--r--doc/conf.py2
3 files changed, 5 insertions, 4 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index 2dfde94..34dda3f 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -1,6 +1,6 @@
(asdf:defsystem :consfigurator
:description "Lisp declarative configuration management system"
- :version "0.2.0"
+ :version "0.2.1"
:author "Sean Whitton <spwhitton@spwhitton.name>"
:licence "GPL-3+"
:serial t
diff --git a/debian/changelog b/debian/changelog
index a188008..4c1e597 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-consfigurator (0.2.0-2) UNRELEASED; urgency=medium
+consfigurator (0.2.1-1) experimental; urgency=medium
+ * New upstream release.
* Update Homepage.
* Add trailing slashes to Vcs-Git and Vcs-Browser.
- -- Sean Whitton <spwhitton@spwhitton.name> Tue, 02 Mar 2021 18:59:29 -0700
+ -- Sean Whitton <spwhitton@spwhitton.name> Tue, 02 Mar 2021 19:02:08 -0700
consfigurator (0.2.0-1) experimental; urgency=medium
diff --git a/doc/conf.py b/doc/conf.py
index 0b62278..fe23391 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -22,7 +22,7 @@ copyright = '2020-2021, Sean Whitton'
author = 'Sean Whitton'
# The full version, including alpha/beta/rc tags
-release = '0.2.0'
+release = '0.2.1'
# -- General configuration ---------------------------------------------------