Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Nov 29, 2023
1 parent 08a396d commit 69c6803
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v1.3.1 (2023-11-29)

### Fix

* Automatically convert base_url from file url ([`08a396d`](https://github.com/alandtse/auth_capture_proxy/commit/08a396d6d8ca63c43f5eded5955b24f66187093d))

## v1.3.0 (2023-11-26)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cff-version: 1.1.0
message: Software reference
title: auth_capture_proxy
version: 1.3.0
version: 1.3.1
abstract: A Python project
authors:
- family-names: $${author.last#1}
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ FROM python:3.9

# See https://github.com/opencontainers/image-spec/blob/master/annotations.md
LABEL name="auth_capture_proxy"
LABEL version="1.3.0"
LABEL version="1.3.1"
LABEL vendor="alandtse"
LABEL org.opencontainers.image.title="auth_capture_proxy"
LABEL org.opencontainers.image.version="1.3.0"
LABEL org.opencontainers.image.version="1.3.1"
LABEL org.opencontainers.image.url="https://github.com/alandtse/auth_capture_proxy"
LABEL org.opencontainers.image.documentation="https://github.com/alandtse/auth_capture_proxy"

Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/alandtse/auth_capture_proxy",
"issueTracker": "https://github.com/alandtse/auth_capture_proxy/issues",
"license": "https://spdx.org/licenses/Apache-2.0.html",
"version": "1.3.0",
"version": "1.3.1",
"author": [
{
"@type": "Person",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ name = "authcaptureproxy"
# E.g. This might be "1.2.13", and the Github release will be "v1.2.13".
# Although semantic versioning allows for build tags (metadata),
# not all tools are compatible with it, so avoid it if you can.
version = "1.3.0"
version = "1.3.1"

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."
keywords = [""]
Expand Down

0 comments on commit 69c6803

Please sign in to comment.