Skip to content

Commit b9fd7d8

Browse files
committed
RELEASE: v3.4.0
1 parent 9b061d5 commit b9fd7d8

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Change Log
22

3+
## 3.4.0 - 2022-06-26
4+
5+
### Added
6+
7+
* Testing for sphinx 5
8+
* Tesing for python 3.10
9+
10+
### Fixed
11+
12+
* Fixed parsing of MyST content, where first line was being stripped
13+
* Typos in documentation
14+
* Failing regression tests
15+
16+
17+
### Changed
18+
19+
* Testing to use an up-to-date pytest version
20+
21+
### Removed
22+
23+
* Testing for python 3.6 and sphinx versions 2 and 4 (see [#164](https://github.com/executablebooks/sphinx-tabs/pull/164)). Note that the package will likely continue to work fine with these, but this won't be assured by tests
24+
25+
326
## 3.3.1 - 2022-03-17
427

528
### Fixed

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.3.1"
1+
__version__ = "3.4.0"
22

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

0 commit comments

Comments
 (0)