From f5257075fa2ab474de055bee0d781d3e342cae8e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 24 Jul 2021 15:48:28 -0700 Subject: release Consfigurator 0.9.0 Signed-off-by: Sean Whitton --- consfigurator.asd | 4 ++-- doc/conf.py | 2 +- emacs/consfigurator.el.in | 2 +- 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 " :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 " :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 -;; Version: 0.8.0 +;; Version: 0.9.0 ;; Copyright (C) 2021 Sean Whitton -- cgit v1.2.3