File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.4.1] - 2022-10-29
10
+
11
+ ### Added
12
+
13
+ - call ` makedirs ` in ` mpl_init() ` to make sure build directory exists
14
+
9
15
## [ 0.4.0] - 2022-10-27
10
16
11
17
### Added
@@ -41,7 +47,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
41
47
42
48
- First release
43
49
44
- [ unreleased ] : https://github.com/sphinx-contrib/repl/compare/v0.4.0...HEAD
50
+ [ unreleased ] : https://github.com/sphinx-contrib/repl/compare/v0.4.1...HEAD
51
+ [ 0.4.1 ] : https://github.com/sphinx-contrib/repl/compare/v0.4.0...v0.4.1
45
52
[ 0.4.0 ] : https://github.com/sphinx-contrib/repl/compare/v0.3.0...v0.4.0
46
53
[ 0.3.0 ] : https://github.com/sphinx-contrib/repl/compare/v0.2.0...v0.3.0
47
54
[ 0.2.0 ] : https://github.com/sphinx-contrib/repl/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change 8
8
from docutils .parsers .rst .directives .images import Image
9
9
from docutils .parsers .rst .directives .tables import align
10
10
11
- __version__ = "0.4.0 "
11
+ __version__ = "0.4.1 "
12
12
13
13
14
14
def _option_boolean (arg ):
You can’t perform that action at this time.
0 commit comments