Skip to content

Commit 61fea36

Browse files
author
Thanh Truong
committed
Bump version: 0.5.7 → 0.5.8
1 parent 8a53f4b commit 61fea36

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

docker/docker-compose.yml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
thumbtack:
5-
image: ghcr.io/mitre/thumbtack:0.5.7
5+
image: ghcr.io/mitre/thumbtack:0.5.8
66
container_name: thumbtack
77
privileged: true
88
volumes:

docker/thumbtack/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt install -y git autoconf automake autopoint libtool pkg-config
1616

1717
# Install thumbtack
1818
RUN apt install -y python3 python3-pip
19-
RUN pip install thumbtack==0.5.7 pytsk3 python-magic
19+
RUN pip install thumbtack==0.5.8 pytsk3 python-magic
2020

2121
#### Install libewf
2222
WORKDIR "/src/"

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
author = "The MITRE Corporation"
2626

2727
# The short X.Y version
28-
version = "0.5.7"
28+
version = "0.5.8"
2929
# The full version, including alpha/beta/rc tags
30-
release = "0.5.7"
30+
release = "0.5.8"
3131

3232

3333
# -- General configuration ---------------------------------------------------

schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.2
22
info:
33
title: Thumbtack API
4-
version: '0.5.7'
4+
version: '0.5.8'
55
description: Thumbtack's API for (un)mounting of forensic disk images
66
servers:
77
- url: http://localhost:8208/

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.7
2+
current_version = 0.5.8
33
commit = True
44
tag = True
55
tag_name = {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
AUTHOR = "The MITRE Corporation"
1212
LICENSE = "Apache 2.0"
1313
REQUIRES_PYTHON = ">=3.4.0"
14-
VERSION = "0.5.7"
14+
VERSION = "0.5.8"
1515

1616
REQUIRED = [
1717
"Click",

0 commit comments

Comments
 (0)