Skip to content

Commit 8d0902a

Browse files
authored
Merge pull request #96 from HathorNetwork/dev
Release: v0.9.1
2 parents d1efa5e + 7381035 commit 8d0902a

File tree

6 files changed

+527
-556
lines changed

6 files changed

+527
-556
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
strategy:
1919
matrix:
2020
python:
21-
- 3.6
22-
- 3.7
23-
- 3.8
21+
- 3.9
22+
- '3.10'
2423
os:
2524
- ubuntu-latest
2625
steps:
@@ -40,4 +39,4 @@ jobs:
4039
run: poetry run make tests
4140
- name: Upload coverage
4241
uses: codecov/codecov-action@v1
43-
if: matrix.python == 3.6 && matrix.os == 'ubuntu-latest'
42+
if: matrix.python == 3.9 && matrix.os == 'ubuntu-latest'

docs/apidocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ servers:
44
info:
55
title: tx-mining-service API
66
description: This service is used to resolving transactions before propagating them into the network
7-
version: 0.9.0
7+
version: 0.9.1
88
paths:
99
/health-check:
1010
get:

0 commit comments

Comments
 (0)