Skip to content

Commit aa19b4b

Browse files
authored
Changes for release (#645)
1 parent 6c58fe5 commit aa19b4b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

artifacts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
"""ForensicArtifacts.com Artifact Repository."""
33

4-
__version__ = '20250725'
4+
__version__ = '20250913'

config/dpkg/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
artifacts (20250725-1) unstable; urgency=low
1+
artifacts (20250913-1) unstable; urgency=low
22

33
* Auto-generated
44

5-
-- Forensic artifacts <[email protected]> Fri, 25 Jul 2025 06:58:00 +0200
5+
-- Forensic artifacts <[email protected]> Sat, 13 Sep 2025 05:19:49 +0200

docs/sources/background/Stats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The artifact definitions can be found in the
44
[artifacts/data directory](https://github.com/ForensicArtifacts/artifacts/tree/main/artifacts/data) and the format is described
55
in detail in the [Style Guide](https://artifacts.readthedocs.io/en/latest/sources/Format-specification.html).
66

7-
Status of the repository as of 2025-07-25
7+
Status of the repository as of 2025-09-13
88

99
Description | Number
1010
--- | ---
@@ -28,7 +28,7 @@ WMI | 27
2828

2929
Identifier | Number
3030
--- | ---
31-
Darwin | 214
31+
Darwin | 215
3232
ESXi | 16
3333
Linux | 249
3434
Windows | 385

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = artifacts
3-
version = 20250725
3+
version = 20250913
44
description = ForensicArtifacts.com Artifact Repository.
55
long_description = A free, community-sourced, machine-readable knowledge base of forensic artifacts that the world can use both as an information source and within other tools.
66
long_description_content_type = text/plain

0 commit comments

Comments
 (0)