aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-07-24 15:48:28 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-07-24 15:48:28 -0700
commitf5257075fa2ab474de055bee0d781d3e342cae8e (patch)
tree7c9c4909e7ac14efcb7b839feef209a5de810ce4
parent232678dd702a30f8babf6f3bfa2cd6db2c38ed1f (diff)
downloadconsfigurator-0.9.0.tar.gz
release Consfigurator 0.9.0v0.9.0
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--consfigurator.asd4
-rw-r--r--doc/conf.py2
-rw-r--r--emacs/consfigurator.el.in2
3 files changed, 4 insertions, 4 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index d7395e2..24e0812 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -1,6 +1,6 @@
(defsystem "consfigurator"
:description "Lisp declarative configuration management system"
- :version "0.8.0"
+ :version "0.9.0"
:author "Sean Whitton <spwhitton@spwhitton.name>"
:licence "GPL-3+"
:serial t
@@ -86,7 +86,7 @@
(defsystem "consfigurator/tests"
:description
"Tests for Consfigurator, Lisp declarative configuration management system"
- :version "0.8.0"
+ :version "0.9.0"
:author "Sean Whitton <spwhitton@spwhitton.name>"
:licence "GPL-3+"
:serial t
diff --git a/doc/conf.py b/doc/conf.py
index 445300a..653cb12 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.8.0'
+release = '0.9.0'
# -- General configuration ---------------------------------------------------
diff --git a/emacs/consfigurator.el.in b/emacs/consfigurator.el.in
index 8afefbd..7ca9ef9 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.8.0
+;; Version: 0.9.0
;; Copyright (C) 2021 Sean Whitton