Compare commits
No commits in common. "75f210df5fb25702bbdfa3e6154f4500370d0748" and "898d737324fb33c777831c936198fd35819413ca" have entirely different histories.
75f210df5f
...
898d737324
@ -1,5 +1,5 @@
|
||||
[tool.bumpversion]
|
||||
current_version = "1.3.50"
|
||||
current_version = "1.3.49"
|
||||
commit = true
|
||||
tag = true
|
||||
tag_name = "{new_version}"
|
||||
|
2
app.py
2
app.py
@ -148,7 +148,7 @@ def send_test_notification():
|
||||
response = requests.post(
|
||||
backend_url,
|
||||
auth=requests.auth.HTTPBasicAuth(username, password),
|
||||
json={}
|
||||
json=request.get_json()
|
||||
)
|
||||
return Response(response.content, status=response.status_code, mimetype=response.headers['Content-Type'])
|
||||
except requests.exceptions.RequestException as e:
|
||||
|
Loading…
x
Reference in New Issue
Block a user