Skip to content

Commit

Permalink
pre-release: 0.4.1b0
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Feb 12, 2022
1 parent 917d6c8 commit 2c3ba7f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 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.1b0
----------------------------
* feat: add support for order book endpoint.

0.4.0b0
----------------------------
* feat: add support for horizon-v2.13.0
Expand Down
8 changes: 0 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,10 @@ stellar-model
:alt: PyPI
:target: https://pypi.python.org/pypi/stellar-model

.. image:: https://img.shields.io/badge/Supported%20Horizon%20Version-2.13.0-blue?style=flat
:alt: Supported Horizon Version
:target: https://github.com/stellar/go/releases/tag/horizon-v2.13.0

.. image:: https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9-blue?style=flat
:alt: Python - Version
:target: https://pypi.python.org/pypi/stellar-model

.. image:: https://img.shields.io/badge/implementation-cpython%20%7C%20pypy-blue?style=flat
:alt: PyPI - Implementation
:target: https://pypi.python.org/pypi/stellar-model

`stellar-model`_ is based on `pydantic`_, you can use it to parse the JSON
returned by `Stellar Horizon`_ into Python models, through it, you can get a better
development experience in the editor with things like code completion, type hints, and more.
Expand Down
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.4.0b0"
version = "0.4.1b0"
description = "Parse the raw Stellar data into Python models."
authors = ["overcat <4catcode@gmail.com>"]
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion stellar_model/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.0b0"
__version__ = "0.4.1b0"
__url__ = "https://github.com/StellarCN/stellar-model"
__issues__ = f"{__url__}/issues"

Expand Down

0 comments on commit 2c3ba7f

Please sign in to comment.