Skip to content

Commit

Permalink
Merge pull request #30 from ClimateImpactLab/datafs>=0.6.8
Browse files Browse the repository at this point in the history
Drop support for datafs < 0.6.8
  • Loading branch information
delgadom committed Feb 8, 2017
2 parents a97c2e6 + ac4d91d commit 0039327
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion impactlab_user/__init__.py
Expand Up @@ -6,7 +6,7 @@

__author__ = """Climate Impact Lab"""
__email__ = 'jsimcock@rhg.com'
__version__ = '0.1.4'
__version__ = '0.1.5'

_module_imports = (
)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.4
current_version = 0.1.5
commit = True
tag = True

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -13,7 +13,7 @@
'sphinx_rtd_theme>=0.1.0',
'boto>=2.30.0',
'boto3>=1.0',
'datafs>=0.6.3',
'datafs>=0.6.8',
'jinja2>=2.8'
]

Expand All @@ -24,7 +24,7 @@
'sphinx_rtd_theme>=0.1.0',
'boto>=2.30.0',
'boto3>=1.0',
'datafs>=0.6.3',
'datafs>=0.6.8',
'jinja2>=2.8',
'pip>=8.0',
'wheel>=0.27',
Expand All @@ -45,7 +45,7 @@

setup(
name='impactlab_user',
version='0.1.4',
version='0.1.5',
description="Set up users to use Climate Impact Lab tools",
long_description=readme,
author="Climate Impact Lab",
Expand Down

0 comments on commit 0039327

Please sign in to comment.