aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-08-02 15:03:30 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-08-02 15:03:30 -0700
commit89d3cef1268ca78bd4d7f3a262ecc4ad7e134c46 (patch)
tree1a2d3f37c9c4caf0bc124363609ea6878cc6ab4d
parent80e4f1286bce24162638e2494c41c6bd31cbad56 (diff)
downloadconsfigurator-89d3cef1268ca78bd4d7f3a262ecc4ad7e134c46.tar.gz
release Consfigurator 1.1.0 (-1 to Debian unstable)v1.1.0debian/1.1.0-1archive/debian/1.1.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--doc/news.rst2
-rw-r--r--emacs/consfigurator.el.in2
5 files changed, 11 insertions, 5 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index f2f25fe..cc7c4c6 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -1,6 +1,6 @@
(defsystem "consfigurator"
:description "Lisp declarative configuration management system"
- :version "1.0.3"
+ :version "1.1.0"
:author "Sean Whitton <spwhitton@spwhitton.name>"
:licence "GPL-3+"
:serial t
@@ -102,7 +102,7 @@
(defsystem "consfigurator/tests"
:description
"Tests for Consfigurator, Lisp declarative configuration management system"
- :version "1.0.3"
+ :version "1.1.0"
:author "Sean Whitton <spwhitton@spwhitton.name>"
:licence "GPL-3+"
:serial t
diff --git a/debian/changelog b/debian/changelog
index bf517a7..ac67de1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+consfigurator (1.1.0-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Tue, 02 Aug 2022 15:03:28 -0700
+
consfigurator (1.0.3-1) unstable; urgency=medium
* New upstream release.
diff --git a/doc/conf.py b/doc/conf.py
index ff8d741..9d068e7 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -22,7 +22,7 @@ copyright = '2020-2022, Sean Whitton'
author = 'Sean Whitton'
# The full version, including alpha/beta/rc tags
-release = '1.0.3'
+release = '1.1.0'
# -- General configuration ---------------------------------------------------
diff --git a/doc/news.rst b/doc/news.rst
index d27111d..e8bab82 100644
--- a/doc/news.rst
+++ b/doc/news.rst
@@ -23,7 +23,7 @@ In summary, you should always be able to upgrade to a release which only
increments ``patch``, but if either of the other two components have changed,
you should review this document and see if your consfig needs updating.
-1.1.0 (unreleased)
+1.1.0 (2022-08-02)
------------------
- API change: DISK:HOST-VOLUMES-CREATED has been removed in favour of new
diff --git a/emacs/consfigurator.el.in b/emacs/consfigurator.el.in
index c8ae74e..eb071e4 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: 1.0.3
+;; Version: 1.1.0
;; Copyright (C) 2021 Sean Whitton