Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
* Add FastAPI classifier in `setup.py` (#10)
* Extend message on snapshot missing post-conditions (#7)
  • Loading branch information
mristin committed Jan 28, 2022
1 parent a6ed40a commit ed31705
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
*********

0.0.3
=====
* Add FastAPI classifier in `setup.py` (#10)
* Extend message on snapshot missing post-conditions (#7)

0.0.2
=====
* Fix the teaser code in Readme (#4)
Expand Down
2 changes: 1 addition & 1 deletion fastapi_icontract/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# pylint: disable=invalid-name

__version__ = "0.0.2"
__version__ = "0.0.3"
__author__ = "Marko Ristin"
__license__ = "License :: OSI Approved :: MIT License"
__status__ = "Alpha"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name="fastapi-icontract",
version="0.0.2",
version="0.0.3",
description="Specify contracts for FastAPI endpoints.",
long_description=long_description,
url="https://github.com/mristin/fastapi-icontract",
Expand Down

0 comments on commit ed31705

Please sign in to comment.