Skip to content

Commit 4d489d2

Browse files
committed
VER: Release for v0.3.1
1 parent e5e756b commit 4d489d2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [v0.3.1](https://github.com/executablebooks/sphinx-exercise/tree/v0.3.1) (2022-2-01)
4+
5+
### Fixes 🐛
6+
7+
- 🐛 FIX: Check for sphinx_exercise_registry in all registered post_tranform
8+
- 🐛 FIX: Update style for solution titles
9+
310
## [v0.3.0](https://github.com/executablebooks/sphinx-exercise/tree/v0.3.0) (2021-12-07)
411

512
### Improved 👌

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup, find_packages
44

5-
VERSION = "v0.3.0"
5+
VERSION = "v0.3.1"
66

77
LONG_DESCRIPTION = """
88
This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension

0 commit comments

Comments
 (0)