Skip to content

Commit

Permalink
RELEASE v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
foster999 committed Jul 2, 2022
1 parent 26bad87 commit 9431223
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## 3.4.1 - 2022-97-02

### Added

* Weekly scheduled testing, to catch breaking changes in unpinned dependencies

### Changed

* docutils version pin to allow use of verison 0.18.x

### Removed

* 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
* tests that were specific to older versions of sphinx and pygments
* jinja2 version pinning, as this is now pinned in latest version of sphinx


## 3.4.0 - 2022-06-26

### Added
Expand All @@ -13,7 +30,6 @@
* Typos in documentation
* Failing regression tests


### Changed

* Testing to use an up-to-date pytest version
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.4.0"
__version__ = "3.4.1"

__import__("pkg_resources").declare_namespace(__name__)

0 comments on commit 9431223

Please sign in to comment.