Skip to content

Commit

Permalink
Increment version to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-rose committed Apr 20, 2018
1 parent 7340842 commit ddc6ea8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ Version 0.6.3 (released February 2018) brings under-the-hood improvements to the

Version 0.6.4 (released February 2018) brings some bug fixes and a new ``climlab.couple()`` method to simplify creating complete models from components.

Version 0.6.5 (released April 2018) adds some improved documentation, associated with the JOSS paper.
Version 0.6.5 (released April 2018) adds some improved documentation, associated with publication of a meta-description paper in JOSS.


The documentation_ was first created by Moritz Kreuzer (Potsdam Institut for Climate Impact Research) as part of a thesis project in Spring 2016.

Expand Down Expand Up @@ -226,7 +227,6 @@ See the accompanying LICENSE file.
:target: http://climlab.readthedocs.io/en/latest/intro.html
:alt: Documentation Status

.. |JOSS| [status](http://joss.theoj.org/papers/6831d26a8ae32c11b8991bb848d0d4e2/status.svg)](http://joss.theoj.org/papers/6831d26a8ae32c11b8991bb848d0d4e2)
=======


Expand Down
2 changes: 1 addition & 1 deletion climlab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
has been documented for a comprehensive understanding and traceability.
'''

__version__ = '0.6.5.dev1'
__version__ = '0.6.5'

# this should ensure that we can still import constants.py as climlab.constants
from .utils import constants
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "climlab" %}
{% set version = "0.6.5.dev1" %}
{% set version = "0.6.5" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os, sys
import textwrap

VERSION = '0.6.5.dev1'
VERSION = '0.6.5'

# BEFORE importing setuptools, remove MANIFEST. Otherwise it may not be
# properly updated when the contents of directories change (true for distutils,
Expand Down

0 comments on commit ddc6ea8

Please sign in to comment.