aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-12-15 16:22:10 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-12-15 16:22:10 -0700
commitca8728a5872662bf391ffb4bdcd9fe014ad2c993 (patch)
tree505304fcc9d4f9d0d8d2580060e1818a1603be20
parentd77cf7bcd227aaad483546bdf87ae9729b873fe2 (diff)
downloadconsfigurator-archive/debian/0.13.0-1.tar.gz
release Consfigurator 0.13.0 (-1 to Debian unstable)v0.13.0debian/0.13.0-1archive/debian/0.13.0-1
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--consfigurator.asd4
-rw-r--r--debian/changelog6
-rw-r--r--doc/conf.py2
-rw-r--r--emacs/consfigurator.el.in2
4 files changed, 10 insertions, 4 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index 61f1208..2ae9b40 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -1,6 +1,6 @@
(defsystem "consfigurator"
:description "Lisp declarative configuration management system"
- :version "0.12.3"
+ :version "0.13.0"
:author "Sean Whitton <spwhitton@spwhitton.name>"
:licence "GPL-3+"
:serial t
@@ -99,7 +99,7 @@
(defsystem "consfigurator/tests"
:description
"Tests for Consfigurator, Lisp declarative configuration management system"
- :version "0.12.3"
+ :version "0.13.0"
:author "Sean Whitton <spwhitton@spwhitton.name>"
:licence "GPL-3+"
:serial t
diff --git a/debian/changelog b/debian/changelog
index 7651f82..686bb5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+consfigurator (0.13.0-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Wed, 15 Dec 2021 16:22:08 -0700
+
consfigurator (0.12.3-1) unstable; urgency=medium
* New upstream release.
diff --git a/doc/conf.py b/doc/conf.py
index a5d5c9a..42004f8 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.12.3'
+release = '0.13.0'
# -- General configuration ---------------------------------------------------
diff --git a/emacs/consfigurator.el.in b/emacs/consfigurator.el.in
index 5aadb4e..6bb76e9 100644
--- a/emacs/consfigurator.el.in
+++ b/emacs/consfigurator.el.in
@@ -1,7 +1,7 @@
;;; consfigurator.el --- Utilities for working with Consfigurator consfigs
;; Author: Sean Whitton <spwhitton@spwhitton.name>
-;; Version: 0.12.3
+;; Version: 0.13.0
;; Copyright (C) 2021 Sean Whitton