Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit fccb285

Browse files
version bump and release fix to use python 3.8 and correct poetry version (#61)
Co-authored-by: Anil Natha <anilnatha@users.noreply.github.com>
1 parent b77f515 commit fccb285

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Poetry
2121
uses: abatilo/actions-poetry@v2.0.0
2222
with:
23-
poetry-version: 1.1.14
23+
poetry-version: 1.5.1
2424
- name: Install dependencies
2525
run: |
2626
poetry install
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
python-version: [ "3.9", "3.10" ]
46+
python-version: [ "3.8", "3.9", "3.10" ]
4747
os: [ ubuntu-22.04, macos-latest, windows-latest ]
4848
runs-on: ${{ matrix.os }}
4949
steps:

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
--------
99

10+
## [0.2.1] - 2023-11-29
11+
### Added
12+
* python code coverage via coveralls
13+
### Fixed
14+
### Changed
15+
* updated install to support python 3.8 and above.
16+
### Removed
17+
### Security
18+
### Deprecated
1019

1120

1221
## [0.2.0] - 2023-08-10

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "unity-sds-client"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Unity-Py is a Python client to simplify interactions with NASA's Unity Platform."
55
authors = ["Anil Natha, Mike Gangl"]
66
readme = "README.md"

0 commit comments

Comments
 (0)