Skip to content

Commit

Permalink
Fix version of marshmallow to 2.* [ch15346] (#29)
Browse files Browse the repository at this point in the history
* Fix version of marshmallow to version 2.*

* Fix version of marshmallow to version 2.*
  • Loading branch information
hassansin authored Aug 27, 2019
1 parent b3add5d commit df014e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chartmogul/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"""

__title__ = 'chartmogul'
__version__ = '1.2.2'
__version__ = '1.2.3'
__build__ = 0x000000
__author__ = 'ChartMogul Ltd'
__license__ = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requests>=2.10.0
uritemplate>=3.0.0
promise>=1.0.1
marshmallow>=2.12.1
marshmallow>=2.12.1,<3
future>=0.16.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'requests>=2.10.0',
'uritemplate>=3.0.0',
'promise>=1.0.1',
'marshmallow>=2.12.1',
'marshmallow>=2.12.1,<3',
'future>=0.16.0',
]
test_requirements = [
Expand Down

0 comments on commit df014e8

Please sign in to comment.