Skip to content

Commit

Permalink
pin v3.0.0 version and whatnew date (#3956)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Jan 25, 2021
1 parent 78de3c6 commit ca642ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/iris/src/whatsnew/3.0.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. include:: ../common_links.inc

v3.0 (02 Oct 2020)
v3.0 (25 Jan 2021)
******************

This document explains the changes made to Iris for this release
Expand Down
2 changes: 1 addition & 1 deletion lib/iris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def callback(cube, field, filename):


# Iris revision.
__version__ = "3.0.0rc0"
__version__ = "3.0.0"

# Restrict the names imported when using "from iris import *"
__all__ = [
Expand Down

0 comments on commit ca642ee

Please sign in to comment.