Skip to content

Commit

Permalink
pre-release: 0.4.0b0
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Jan 28, 2022
1 parent c84ae90 commit 7452740
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Change Log

This document records all notable changes to `stellar-model <https://github.com/StellarCN/stellar-model/>`_.

0.4.0b0
----------------------------
* feat: add support for horizon-v2.13.0

0.3.1b0
----------------------------
* fix: ClaimPredicate.rel_before, Optional[datetime] -> Optional[int]
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
stellar-model==0.3.1b0
stellar-model==0.4.0b0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "stellar-model"
version = "0.3.1b0"
version = "0.4.0b0"
description = "Parse the raw Stellar data into Python models."
authors = ["overcat <[email protected]>"]
readme = "README.rst"
Expand Down
3 changes: 1 addition & 2 deletions stellar_model/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
__version__ = "0.3.1b0"
__supported_horizon_version__ = "2.9.0"
__version__ = "0.4.0b0"
__url__ = "https://github.com/StellarCN/stellar-model"
__issues__ = f"{__url__}/issues"

Expand Down

0 comments on commit 7452740

Please sign in to comment.