Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.12']
python-version: ['3.14']
container:
image: ubuntu:24.04
image: ubuntu:26.04
steps:
- uses: actions/checkout@v6
- name: Set up container
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test_tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- python-version: '3.14'
toxenv: 'py314'
container:
image: ubuntu:24.04
image: ubuntu:26.04
steps:
- uses: actions/checkout@v6
- name: Set up container
Expand Down Expand Up @@ -54,9 +54,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.12']
python-version: ['3.14']
container:
image: ubuntu:24.04
image: ubuntu:26.04
steps:
- uses: actions/checkout@v6
- name: Set up container
Expand Down Expand Up @@ -89,9 +89,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.12']
python-version: ['3.14']
container:
image: ubuntu:24.04
image: ubuntu:26.04
steps:
- uses: actions/checkout@v6
- name: Set up container
Expand Down
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
version: 2

build:
os: ubuntu-24.04
os: ubuntu-26.04
tools:
python: "3.12"
python: "3.14"

sphinx:
configuration: docs/conf.py
Expand Down
4 changes: 2 additions & 2 deletions config/dpkg/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dfdatetime (20260501-1) unstable; urgency=low
dfdatetime (20260507-1) unstable; urgency=low

* Auto-generated

-- Log2Timeline maintainers <log2timeline-maintainers@googlegroups.com> Fri, 01 May 2026 16:46:29 +0200
-- Log2Timeline maintainers <log2timeline-maintainers@googlegroups.com> Thu, 07 May 2026 05:21:30 +0200
2 changes: 1 addition & 1 deletion dfdatetime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
from dfdatetime import webkit_time


__version__ = '20260501'
__version__ = '20260507'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dfdatetime"
version = "20260505"
version = "20260507"
description = "Digital Forensics date and time (dfDateTime)"
maintainers = [
{ name = "Log2Timeline maintainers", email = "log2timeline-maintainers@googlegroups.com" },
Expand Down
Loading