Skip to content

Commit d7b8d5c

Browse files
committed
bump version to 2.0.0
1 parent 671d6c7 commit d7b8d5c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
# built documents.
6363
#
6464
# The short X.Y version.
65-
version = "1.1"
65+
version = "2.0"
6666
# The full version, including alpha/beta/rc tags.
67-
release = "1.1.0"
67+
release = "2.0.0"
6868

6969
# The language for content autogenerated by Sphinx. Refer to documentation
7070
# for a list of supported languages.

fastapi_jsonapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from fastapi_jsonapi.exceptions.json_api import HTTPException
99
from fastapi_jsonapi.querystring import QueryStringManager
1010

11-
__version__ = "1.1.0"
11+
__version__ = "2.0.0"
1212

1313
__all__ = [
1414
"init",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ packages = [
7373

7474
[tool.poetry]
7575
name = "fastapi-jsonapi"
76-
version = "1.1.0"
76+
version = "2.0.0"
7777
description = "FastAPI extension to create REST web api according to JSON:API specification"
7878
authors = [
7979
"Aleksei Nekrasov <nekrasov.aleks@mail.ru>",

0 commit comments

Comments
 (0)