Skip to content

Commit

Permalink
release 0.1.10 (#262)
Browse files Browse the repository at this point in the history
* poetry update

* bump version number and changelog

* Dependency tweaks (#263)

* Use poetry optional dependency groups for documentation instead of user facing "extras"

* Bitarray required as dev dependency

---------

Co-authored-by: Brian Thorne <brian@thorne.link>
  • Loading branch information
wilko77 and hardbyte committed Apr 17, 2023
1 parent 5d1db1c commit 4326f6f
Show file tree
Hide file tree
Showing 5 changed files with 312 additions and 318 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.10'

- name: Install Poetry
uses: snok/install-poetry@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Install dependencies
run: |
poetry install -E docs --no-interaction
poetry install --no-interaction --with docs
- name: Test notebooks
shell: bash
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## new version

## 0.1.10

* no signatures for NULL values #259

## 0.1.9

* Bump supported Python versions #245
Expand Down

0 comments on commit 4326f6f

Please sign in to comment.