Skip to content

Commit 9b05b51

Browse files
committed
version bump to v0.4.1
1 parent be0dbc2 commit 9b05b51

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [0.4.1] - 2022-10-29
10+
11+
### Added
12+
13+
- call `makedirs` in `mpl_init()` to make sure build directory exists
14+
915
## [0.4.0] - 2022-10-27
1016

1117
### Added
@@ -41,7 +47,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
4147

4248
- First release
4349

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
4552
[0.4.0]: https://github.com/sphinx-contrib/repl/compare/v0.3.0...v0.4.0
4653
[0.3.0]: https://github.com/sphinx-contrib/repl/compare/v0.2.0...v0.3.0
4754
[0.2.0]: https://github.com/sphinx-contrib/repl/compare/v0.1.0...v0.2.0

src/sphinxcontrib/repl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from docutils.parsers.rst.directives.images import Image
99
from docutils.parsers.rst.directives.tables import align
1010

11-
__version__ = "0.4.0"
11+
__version__ = "0.4.1"
1212

1313

1414
def _option_boolean(arg):

0 commit comments

Comments
 (0)