Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray committed Jun 7, 2017
1 parent fd11e6b commit d6ae539
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
@@ -1,11 +1,11 @@
Releases
========

Development Version
-------------------
v3.0.0 [7th June 2017]
----------------------
**Features**

- Now provides compatibility with Python 3.x. Support for 2.x will be removed in hmf v3 (whenever that comes).
- Now provides compatibility with Python 3.x. Support for 2.x will be removed in hmf v3.1 (whenever that comes).
- Complete overhaul of the caching system. Should be invisible to the user, but streamlines writing of framework
code considerably. Removes required manual specification of dependencies between quantities, and adds ability
to specify parameter kinds (model, param, res, option, switch).
Expand Down
2 changes: 1 addition & 1 deletion hmf/__init__.py
@@ -1,4 +1,4 @@
__version__ = "2.0.5"
__version__ = "3.0.0"
from .hmf import MassFunction
from . import fitting_functions as fits
from .cosmo import Cosmology
Expand Down

0 comments on commit d6ae539

Please sign in to comment.