aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-02 18:08:49 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-02 18:09:05 -0700
commitdb43b834e8041d60d1e9a578d64a516fdbac8860 (patch)
tree3287f84c08396b6f9b9c4b6fa7e99b3f3b473480
parent1ac3ddee874fc123bbdb2610aad689aafddf1029 (diff)
downloadconsfigurator-db43b834e8041d60d1e9a578d64a516fdbac8860.tar.gz
release Consfigurator 0.2.0 (-1 to Debian experimental)v0.2.0debian/0.2.0-1archive/debian/0.2.0-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 de0ecaf..2dfde94 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -1,6 +1,6 @@
(asdf:defsystem :consfigurator
:description "Lisp declarative configuration management system"
- :version "0.0.1"
+ :version "0.2.0"
:author "Sean Whitton <spwhitton@spwhitton.name>"
:licence "GPL-3+"
:serial t
diff --git a/debian/changelog b/debian/changelog
index 1f41406..42d8642 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,13 @@
-consfigurator (0.0.1-2) UNRELEASED; urgency=medium
+consfigurator (0.2.0-1) experimental; urgency=medium
+ * New upstream release.
* Add dependencies on cl-babel, cl-cffi.
* Add an autopkgtest, marked as superficial, to test compiling and loading.
* Add "Provides: consfigurator".
* Move ${sphinxdoc:Depends} Depends->Recommends to ease installing on stable.
* wrap-and-sort -abst
- -- Sean Whitton <spwhitton@spwhitton.name> Sat, 27 Feb 2021 16:54:31 -0700
+ -- Sean Whitton <spwhitton@spwhitton.name> Tue, 02 Mar 2021 18:08:45 -0700
consfigurator (0.0.1-1) experimental; urgency=medium
diff --git a/doc/conf.py b/doc/conf.py
index cdab50d..0b62278 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.0.1'
+release = '0.2.0'
# -- General configuration ---------------------------------------------------