From cbe61491618ec45a43a9530ddc49f9c692e6a269 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sat, 25 Nov 2023 11:53:00 -0700 Subject: [PATCH] v0.0.9 --- CHANGELOG.txt | 1 + docs/source/conf.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8007902..188ffe7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,4 @@ +v0.0.9 Fix versions. v0.0.8 Re-arrange project structure. v0.0.7 The Smack, use pyproject.toml, update Sphinx docs. v0.0.6 Read the Docs Sphinx for The Smack. diff --git a/docs/source/conf.py b/docs/source/conf.py index b145888..939536d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,7 +9,7 @@ project = "The Smack" copyright = "2023, Jeff Moe" author = "Jeff Moe" -release = "v0.0.8" +release = "v0.0.9" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 1b7ba7e..0f3b141 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,8 +5,8 @@ build-backend = "setuptools.build_meta" [project] name = "the_smack" -version = "0.0.6" +version = "0.0.9" [project.scripts] the-stack-licenses = "the_stack.the_stack_licenses:main" -the-stack-headers = "the_stack.the_stack_headers:main" \ No newline at end of file +the-stack-headers = "the_stack.the_stack_headers:main"