Skip to content

Commit 69c6803

Browse files
author
github-actions
committed
1.3.1
Automatically generated by python-semantic-release
1 parent 08a396d commit 69c6803

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.3.1 (2023-11-29)
6+
7+
### Fix
8+
9+
* Automatically convert base_url from file url ([`08a396d`](https://github.com/alandtse/auth_capture_proxy/commit/08a396d6d8ca63c43f5eded5955b24f66187093d))
10+
511
## v1.3.0 (2023-11-26)
612

713
### Feature

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cff-version: 1.1.0
22
message: Software reference
33
title: auth_capture_proxy
4-
version: 1.3.0
4+
version: 1.3.1
55
abstract: A Python project
66
authors:
77
- family-names: $${author.last#1}

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ FROM python:3.9
44

55
# See https://github.com/opencontainers/image-spec/blob/master/annotations.md
66
LABEL name="auth_capture_proxy"
7-
LABEL version="1.3.0"
7+
LABEL version="1.3.1"
88
LABEL vendor="alandtse"
99
LABEL org.opencontainers.image.title="auth_capture_proxy"
10-
LABEL org.opencontainers.image.version="1.3.0"
10+
LABEL org.opencontainers.image.version="1.3.1"
1111
LABEL org.opencontainers.image.url="https://github.com/alandtse/auth_capture_proxy"
1212
LABEL org.opencontainers.image.documentation="https://github.com/alandtse/auth_capture_proxy"
1313

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"codeRepository": "https://github.com/alandtse/auth_capture_proxy",
88
"issueTracker": "https://github.com/alandtse/auth_capture_proxy/issues",
99
"license": "https://spdx.org/licenses/Apache-2.0.html",
10-
"version": "1.3.0",
10+
"version": "1.3.1",
1111
"author": [
1212
{
1313
"@type": "Person",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ name = "authcaptureproxy"
2626
# E.g. This might be "1.2.13", and the Github release will be "v1.2.13".
2727
# Although semantic versioning allows for build tags (metadata),
2828
# not all tools are compatible with it, so avoid it if you can.
29-
version = "1.3.0"
29+
version = "1.3.1"
3030

3131
description = "A Python project to create a proxy to capture authentication information from a webpage. This is useful to capture oauth login details without access to a third-party oauth."
3232
keywords = [""]

0 commit comments

Comments
 (0)