diff --git a/calliope/_version.py b/calliope/_version.py index 1736685fc..40ed83d94 100644 --- a/calliope/_version.py +++ b/calliope/_version.py @@ -1 +1 @@ -__version__ = '0.3.5-dev' +__version__ = '0.3.5' diff --git a/changelog.rst b/changelog.rst index 03702ba77..f86ee5462 100644 --- a/changelog.rst +++ b/changelog.rst @@ -3,8 +3,8 @@ Release History =============== -0.3.5 (dev) ------------ +0.3.5 (2015-09-18) +------------------ Major changes ~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index d5e8ffe89..4a166d343 100644 --- a/setup.py +++ b/setup.py @@ -30,9 +30,7 @@ "numexpr >= 2.3.1", "pandas >= 0.16.0", "pyyaml >= 3.11", - # Removed tables from required dependencies here because it causes - # readthedocs builds to fail - # "tables >= 3.2.0", # Requires cython to build + "tables >= 3.2.0", # Requires cython to build "click >= 3.3" ], entry_points={