Skip to content

Commit fd8d502

Browse files
committed
upgrade to 1.0.0
1 parent 7edf541 commit fd8d502

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Changelog
22
#########
33

44

5-
**0.4.0**
5+
**1.0.0**
66
*********
77

88
Backward-incompatible changes, improvements, bug fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi-jsonapi"
3-
version = "0.4.0"
3+
version = "1.0.0"
44
description = "FastAPI extension to create REST web api according to JSON:API specification"
55
authors = [
66
"Aleksei Nekrasov <nekrasov.aleks@mail.ru>",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
__version__ = "0.4.0"
5+
__version__ = "1.0.0"
66

77
base_dir = Path(__file__).parent
88
requirements_filepath = base_dir / "requirements.txt"

0 commit comments

Comments
 (0)