Skip to content

Commit 9431223

Browse files
committed
RELEASE v3.4.1
1 parent 26bad87 commit 9431223

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## 3.4.1 - 2022-97-02
4+
5+
### Added
6+
7+
* Weekly scheduled testing, to catch breaking changes in unpinned dependencies
8+
9+
### Changed
10+
11+
* docutils version pin to allow use of verison 0.18.x
12+
13+
### Removed
14+
15+
* sphinx version pinning - only the latest version of sphinx will now be fully supported, but previous versions will work if sphinx dependencies (i.e. jinja2) are managed correctly. This is inline with the approach at sphinx
16+
* tests that were specific to older versions of sphinx and pygments
17+
* jinja2 version pinning, as this is now pinned in latest version of sphinx
18+
19+
320
## 3.4.0 - 2022-06-26
421

522
### Added
@@ -13,7 +30,6 @@
1330
* Typos in documentation
1431
* Failing regression tests
1532

16-
1733
### Changed
1834

1935
* Testing to use an up-to-date pytest version

sphinx_tabs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "3.4.0"
1+
__version__ = "3.4.1"
22

33
__import__("pkg_resources").declare_namespace(__name__)

0 commit comments

Comments
 (0)