Skip to content

Commit

Permalink
Version bump for final release
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Feb 4, 2014
1 parent 9f467a3 commit 6d05ecb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions RELEASE_NOTES.txt
Expand Up @@ -8,8 +8,8 @@
.. py:currentmodule:: tables


Changes from 3.0 to 3.1.0rc2
============================
Changes from 3.0 to 3.1.0
=========================

New features
------------
Expand Down Expand Up @@ -156,7 +156,7 @@ each call to the :func:`open_file` function returns a new file handle::

In [1]: import tables
In [2]: print tables.__version__
3.1.0dev
3.1.0
In [3]: a = tables.open_file('test.h5', 'a')
In [4]: b = tables.open_file('test.h5', 'a')
In [5]: a is b
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
3.1.0rc2
3.1.0
1 change: 1 addition & 0 deletions doc/source/release_notes.rst
Expand Up @@ -58,6 +58,7 @@ Release timeline
----------------

=============== =========== ==========
PyTables 3.1.0 2014-02-05
PyTables 3.1.0rc2 2014-01-22
PyTables 3.1.0rc1 2014-01-17
PyTables 3.0 2013-06-01
Expand Down

0 comments on commit 6d05ecb

Please sign in to comment.