Skip to content

Commit

Permalink
chore: Release 5.1.2 (relabeling of previous release commit). (#58)
Browse files Browse the repository at this point in the history
* Tag and release 5.1.1 existed but still had the version
markers in the code on 5.1.0 .

* Fix: Increase timeout for labels download CT-661. (#56)
  • Loading branch information
georgkoester authored Oct 12, 2022
1 parent 58567ad commit 7187cf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=5.1.1
VERSION=5.1.2

SHELL := /bin/bash

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "redact"
version = "5.1.1"
version = "5.1.2"
description = "Command-line and Python client for Brighter AI's Redact"
authors = ["brighter AI <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion redact/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Python client for "brighter Redact"
"""

__version__ = "5.1.1"
__version__ = "5.1.2"

from .redact_instance import RedactInstance # noqa
from .redact_job import RedactJob # noqa
Expand Down

0 comments on commit 7187cf3

Please sign in to comment.