From fe4c787c59e72476e8eb4864d0b82a63f3ec5288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Mon, 14 Feb 2022 17:47:47 +0100 Subject: [PATCH] Update the version to v2.9.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a91fbbf..082926c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -262,7 +262,7 @@ dependencies = [ [[package]] name = "newdoc" -version = "2.9.6" +version = "2.9.7" dependencies = [ "askama", "clap", diff --git a/Cargo.toml b/Cargo.toml index f93d920..cbea63b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "newdoc" -version = "2.9.6" +version = "2.9.7" description = "Generate pre-populated module files formatted with AsciiDoc that are used in Red Hat and Fedora documentation." authors = ["Marek Suchánek "] license = "GPL-3.0-or-later"