diff --git a/consfigurator.asd b/consfigurator.asd index f1d4145..8c7b2ec 100644 --- a/consfigurator.asd +++ b/consfigurator.asd @@ -1,6 +1,6 @@ (defsystem "consfigurator" :description "Lisp declarative configuration management system" - :version "1.4.3" + :version "1.4.4" :author "Sean Whitton " :licence "GPL-3+" :serial t @@ -105,7 +105,7 @@ (defsystem "consfigurator/tests" :description "Tests for Consfigurator, Lisp declarative configuration management system" - :version "1.4.3" + :version "1.4.4" :author "Sean Whitton " :licence "GPL-3+" :serial t diff --git a/debian/changelog b/debian/changelog index b704685..77ed13b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +consfigurator (1.4.4-1) unstable; urgency=medium + + * New upstream release. + + -- Sean Whitton Thu, 10 Oct 2024 20:24:39 +0800 + consfigurator (1.4.3-1) unstable; urgency=medium * New upstream release. diff --git a/doc/conf.py b/doc/conf.py index 7d97381..c70b795 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -22,7 +22,7 @@ author = 'Sean Whitton' # The full version, including alpha/beta/rc tags -release = '1.4.3' +release = '1.4.4' # -- General configuration --------------------------------------------------- diff --git a/doc/news.rst b/doc/news.rst index 8f959eb..898ac17 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.4.4 (unreleased) +1.4.4 (2024-10-10) ------------------ - APT:UPDATED: Continue to try to execute ``apt-get update`` even if diff --git a/emacs/consfigurator.el.in b/emacs/consfigurator.el.in index d318b00..71a22e8 100644 --- a/emacs/consfigurator.el.in +++ b/emacs/consfigurator.el.in @@ -5,7 +5,7 @@ ;; Author: Sean Whitton ;; Maintainer: Sean Whitton -;; Version: 1.4.3 +;; Version: 1.4.4 ;; URL: https://git.spwhitton.name/consfigurator/tree/emacs/consfigurator.el.in ;; Keywords: languages, lisp, syntax, unix