We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47927c8 commit 247aa4eCopy full SHA for 247aa4e
doc/source/release-notes.rst
@@ -1,8 +1,8 @@
1
Release Notes
2
-------------
3
-0.3.0
+1.0.0
4
~~~~~
5
-* **0.3.0 is not released yet.**
+* The transition of the source code from NumPy to this package is complete.
6
7
0.2.0
8
numpy_financial/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.3.0.dev0"
+__version__ = "1.0.0"
from ._financial import *
0 commit comments