Skip to content

Commit

Permalink
Bump version to 0.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-rose committed May 3, 2021
1 parent 5a97c45 commit e00d404
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ Use caution as some of this material is probably out of date and incompatible wi
Release history
----------------------

Version 0.7.11 (NOT YET RELEASED)
Improvements to data file download and caching.
Version 0.7.11 (released May 2021)
Improvements to data file download and caching (outsourcing this to [pooch](https://www.fatiando.org/pooch/latest/index.html))

Version 0.7.10 (released April 2021)
Improvements to docs and build.
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.7.11.dev0'
__version__ = '0.7.11'

# this should ensure that we can still import constants.py as climlab.constants
from .utils import constants, thermo, legendre
Expand Down
4 changes: 2 additions & 2 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.7.11.dev0" %}
{% set version = "0.7.11" %}

package:
name: climlab
Expand All @@ -9,7 +9,7 @@ source:

build:
skip: True # [win32 or (win and py27)]
number: 1
number: 0

requirements:
build:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import print_function
import os

VERSION = '0.7.11.dev0'
VERSION = '0.7.11'

# 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 e00d404

Please sign in to comment.