Skip to content

Commit b26b9db

Browse files
author
Colton Provias
committed
Version Bump for continuing Development
1 parent 2a1a1f5 commit b26b9db

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# SQLAlchemy-JSONAPI Changelog
22

3+
## 1.0.1 - Full Testing Coverage
4+
5+
*In Development*
6+
37
## 1.0.0 - Start of 1.0 Compatibility
48

59
*2015-08-24*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from setuptools import setup
1414

1515
setup(name='SQLAlchemy-JSONAPI',
16-
version='1.0.0',
16+
version='1.0.1',
1717
url='http://github.com/coltonprovias/sqlalchemy-jsonapi',
1818
license='MIT',
1919
author='Colton J. Provias',

sqlalchemy_jsonapi/serializer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def __init__(self):
117117
self.status_code = 200
118118
self.data = {
119119
'jsonapi': {'version': '1.0'},
120-
'meta': {'sqlalchemy_jsonapi_version': '1.0.0'}
120+
'meta': {'sqlalchemy_jsonapi_version': '1.0.1'}
121121
}
122122

123123

0 commit comments

Comments
 (0)