Merge pull request #26 from nbehrnd/poetry_p310

fix() decrement-Python-dependency-to-v3.9+, update-dates
This commit is contained in:
Karl Voit 2024-04-26 15:47:33 +02:00 committed by GitHub
commit fcdbc493f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
PROG_VERSION = u"Time-stamp: <2022-01-10 12:56:17 vk>"
PROG_VERSION = u"Time-stamp: <2024-04-25>"
"""
date2name

View file

@ -26,14 +26,14 @@ date2name="date2name:main"
[tool.poetry]
name = "date2name"
version = "2024.03.10.1"
version = "2024.04.25.1.309"
description = "Handling time-stamps and date-stamps in file names"
authors = ["Karl Voit <tools@Karl-Voit.at>"]
license = "GPL v3"
readme = "README.org"
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.9"
[build-system]
requires = ["poetry-core"]