Skip to content

Commit

Permalink
RELEASE: v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foster999 committed Jun 25, 2022
1 parent 9b061d5 commit b9fd7d8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## 3.4.0 - 2022-06-26

### Added

* Testing for sphinx 5
* Tesing for python 3.10

### Fixed

* Fixed parsing of MyST content, where first line was being stripped
* Typos in documentation
* Failing regression tests


### Changed

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

### Removed

* 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


## 3.3.1 - 2022-03-17

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion sphinx_tabs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "3.3.1"
__version__ = "3.4.0"

__import__("pkg_resources").declare_namespace(__name__)

0 comments on commit b9fd7d8

Please sign in to comment.