Skip to content

Commit c6c82e0

Browse files
committed
RLS: setup for v0.11.0
1 parent 5f126a2 commit c6c82e0

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
Future CHANGELOG entries will be documented under the [release notes on GitHub](https://github.com/QuantEcon/QuantEcon.py/releases)
44

5+
## Ver 0.11.0
6+
7+
See [release notes](https://github.com/QuantEcon/QuantEcon.py/releases/tag/v0.11.0)
8+
9+
## Ver 0.10.2 (16th-Sept-2025)
10+
11+
See [release notes](https://github.com/QuantEcon/QuantEcon.py/releases/tag/v0.10.2)
12+
13+
## Ver 0.10.1 (28th-Aug-2025)
14+
15+
See [release notes](https://github.com/QuantEcon/QuantEcon.py/releases/tag/v0.10.1)
16+
17+
## Ver 0.10.0 (27th-Aug-2025)
18+
19+
See [release notes](https://github.com/QuantEcon/QuantEcon.py/releases/tag/v0.10.0)
20+
21+
## Ver 0.9.0 (27th-Aug-2025)
22+
23+
See [release notes](https://github.com/QuantEcon/QuantEcon.py/releases/tag/v0.9.0)
24+
25+
## Ver 0.8.2 (14th-Aug-2025)
26+
27+
See [release notes](https://github.com/QuantEcon/QuantEcon.py/releases/tag/v0.8.2)
28+
29+
## Ver 0.8.1 (14th-Aug-2025)
30+
31+
See [release notes](https://github.com/QuantEcon/QuantEcon.py/releases/tag/v0.8.1)
32+
533
## Ver 0.8.0 (13th-Feb-2025)
634

735
See [release notes](https://github.com/QuantEcon/QuantEcon.py/releases/tag/v0.8.0)

quantecon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Import the main names to top level.
44
"""
55

6-
__version__ = '0.10.2'
6+
__version__ = '0.11.0'
77

88
try:
99
import numba

0 commit comments

Comments
 (0)