Skip to content

Commit

Permalink
Release v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Oct 5, 2019
1 parent 19fa5e4 commit 3e5928e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '0.4.2-rev{build}'
version: '0.5.3-rev{build}'
clone_depth: 5
environment:
TARGET: x86_64-pc-windows-msvc
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

[Unreleased]: https://github.com/fastobo/fastobo-py/compare/v0.5.2...HEAD
[Unreleased]: https://github.com/fastobo/fastobo-py/compare/v0.5.3...HEAD


## [v0.5.3] - 2019-10-06

[v0.5.3]: https://github.com/fastobo/fastobo-py/compare/v0.5.2...v0.5.3

### Added
- `__init__` and `date` getter to `CreationDateClause` in both `fastobo.term`
and `fastobo.typedef` with proper timezone support.


## [v0.5.2] - 2019-09-28

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["derive"]

[package]
name = "fastobo-py"
version = "0.5.2"
version = "0.5.3"
authors = ["Martin Larralde <martin.larralde@ens-paris-saclay.fr>"]
publish = false
build = "src/build.rs"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = fastobo
version = 0.5.2
version = 0.5.3
author = Martin Larralde
author-email = martin.larralde@ens-paris-saclay.fr
home-page = https://github.com/fastobo/fastobo-py
Expand Down

0 comments on commit 3e5928e

Please sign in to comment.