We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146edd6 commit 23a8a9bCopy full SHA for 23a8a9b
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+Future CHANGELOG entries will be documented under the [release notes on GitHub](https://github.com/QuantEcon/QuantEcon.py/releases)
4
+
5
+## Ver 0.8.0 (13th-Feb-2025)
6
7
+See [release notes](https://github.com/QuantEcon/QuantEcon.py/releases/tag/v0.8.0)
8
9
## Ver 0.7.2 (14th-March-2024)
10
11
### Fix
quantecon/__init__.py
@@ -3,7 +3,7 @@
Import the main names to top level.
"""
-__version__ = '0.7.2'
+__version__ = '0.8.0'
try:
import numba
0 commit comments