Skip to content

Commit ab59395

Browse files
committed
Release v0.10.2
1 parent 8a0da37 commit ab59395

File tree

6 files changed

+17
-10
lines changed

6 files changed

+17
-10
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
pyo3-python: /opt/python/cp38-cp38/bin/python
2222
- python-version: 3.9
2323
pyo3-python: /opt/python/cp39-cp39/bin/python
24-
- python-version: pypy-3.6
25-
pyo3-python: /opt/pypy/pypy3.6-7.3.3/bin/python
26-
- python-version: pypy-3.7
27-
pyo3-python: /opt/pypy/pypy3.7-7.3.3/bin/python
24+
#- python-version: pypy-3.6
25+
# pyo3-python: /opt/pypy/pypy3.6-7.3.3/bin/python
26+
#- python-version: pypy-3.7
27+
# pyo3-python: /opt/pypy/pypy3.7-7.3.4/bin/python
2828
steps:
2929
- name: Checkout code
3030
uses: actions/checkout@v1

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77

88
## [Unreleased]
9-
[Unreleased]: https://github.com/fastobo/fastobo-py/compare/v0.10.1...HEAD
9+
[Unreleased]: https://github.com/fastobo/fastobo-py/compare/v0.10.2...HEAD
10+
11+
## [v0.10.2] - 2021-08-02
12+
[v0.10.2]: https://github.com/fastobo/fastobo-py/compare/v0.10.1...v0.10.2
13+
### Changed
14+
- Bumped `pyo3` dependency to `v0.14.1`.
15+
### Fixed
16+
- `fastobo.iter` erroneously wrapping `SyntaxError` raised in the header into a `TypeError`.
1017

1118
## [v0.10.1] - 2021-03-30
1219
[v0.10.1]: https://github.com/fastobo/fastobo-py/compare/v0.10.0...v0.10.1

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["derive"]
33

44
[package]
55
name = "fastobo-py"
6-
version = "0.10.1"
6+
version = "0.10.2"
77
authors = ["Martin Larralde <martin.larralde@embl.de>"]
88
license = "MIT"
99
publish = false

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fastobo-py-derive-internal"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
authors = ["Martin Larralde <martin.larralde@embl.de>"]
55
edition = "2018"
66
publish = false

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = fastobo
3-
version = 0.10.1
3+
version = 0.10.2
44
author = Martin Larralde
55
author_email = martin.larralde@embl.de
66
home_page = https://github.com/fastobo/fastobo-py

0 commit comments

Comments
 (0)