File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,29 @@ Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.
55
66.. towncrier release notes start
77
8+ v3.1.0a2 (2024-02-16)
9+ ---------------------
10+
11+ Bugfixes
12+ ^^^^^^^^
13+
14+ - Fix members inherited from Exception always being displayed (#226)
15+
16+
17+ v3.1.0a1 (2024-01-31)
18+ ---------------------
19+
20+ Features
21+ ^^^^^^^^
22+
23+ - Objects can render to their own page (#226)
24+
25+ Misc
26+ ^^^^
27+
28+ - #388
29+
30+
831v3.0.0 (2023-09-26)
932-------------------
1033
Original file line number Diff line number Diff line change 33from .extension import setup
44
55__all__ = ("setup" ,)
6- __version__ = "3.0.0 "
7- __version_info__ = (3 , 0 , 0 )
6+ __version__ = "3.1.0a2 "
7+ __version_info__ = (3 , 1 , 0 )
You can’t perform that action at this time.
0 commit comments