Skip to content

Commit

Permalink
Bump version: 0.5.2 → 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
agibbons27 committed Oct 1, 2024
1 parent 68ad833 commit fef31b7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
thumbtack:
image: ghcr.io/mitre/thumbtack:0.5.2
image: ghcr.io/mitre/thumbtack:0.5.3
container_name: thumbtack
privileged: true
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker/thumbtack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt install -y afflib-tools archivemount avfs cryptsetup disktype ewf-tools

# Install thumbtack
RUN apt install -y python3 python3-pip git
RUN pip install thumbtack==0.5.2
RUN pip install thumbtack==0.5.3

WORKDIR "tmp/"
RUN apt install -y wget
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
author = "The MITRE Corporation"

# The short X.Y version
version = "0.5.2"
version = "0.5.3"
# The full version, including alpha/beta/rc tags
release = "0.5.2"
release = "0.5.3"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion schema.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.2
info:
title: Thumbtack API
version: '0.5.2'
version: '0.5.3'
description: Thumbtack's API for (un)mounting of forensic disk images
servers:
- url: http://localhost:8208/
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.2
current_version = 0.5.3
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
AUTHOR = "The MITRE Corporation"
LICENSE = "Apache 2.0"
REQUIRES_PYTHON = ">=3.4.0"
VERSION = "0.5.2"
VERSION = "0.5.3"

REQUIRED = [
"Click",
Expand Down

0 comments on commit fef31b7

Please sign in to comment.