Skip to content

Commit

Permalink
Back port __version__ handling from 5.0.0 series.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anderycks committed Apr 5, 2017
1 parent e7b8e23 commit 7001865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sqlalchemy_jsonapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
ALL_PERMISSIONS, INTERACTIVE_PERMISSIONS, JSONAPI, AttributeActions,
Permissions, RelationshipActions, attr_descriptor, permission_test,
relationship_descriptor)
from ._version import __version__ # NOQA

try:
from .flaskext import FlaskJSONAPI
Expand Down
1 change: 1 addition & 0 deletions sqlalchemy_jsonapi/_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = '4.0.9'

0 comments on commit 7001865

Please sign in to comment.