From 6da837b3740828c9082ba00b945c60084ef174be Mon Sep 17 00:00:00 2001 From: erinhmclark Date: Tue, 31 Dec 2024 14:11:51 +0000 Subject: [PATCH] Add note to update dynamic versioning and references to version. --- src/auto_archiver/version.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/auto_archiver/version.py b/src/auto_archiver/version.py index 71d32e1..5b0e7ad 100644 --- a/src/auto_archiver/version.py +++ b/src/auto_archiver/version.py @@ -1,4 +1,6 @@ - +""" Version information for the auto_archiver package. + TODO: This should be generated by the build system for single point of change. +""" _MAJOR = "0" _MINOR = "13" # On main and in a nightly release the patch should be one ahead of the last