Skip to content

Commit

Permalink
Prepare release 5.1.0 (#153)
Browse files Browse the repository at this point in the history
* Remove duplicate entry from CONTRIBUTORS.md

* Use new screenshot

* Bump version to 5.1.0 and fill in release date

Since we are introducing some major improvements and new features this
will become a new minor release.

* Fix test
  • Loading branch information
Stormheg authored Apr 7, 2022
1 parent 12002f1 commit 051e136
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
-->

## [unreleased] - YYYY-MM-DD
## [5.1.0] - 2022-04-07

See new [customising docs](https://sphinx-wagtail-theme.readthedocs.io/en/latest/customizing.html) for info on how to change fonts, sidebars, etc. in this version.

Expand Down
1 change: 0 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
- Paarth Agarwal
- Vince Salvo
- LB (Ben) Johnston
- Paarth Agarwal

## Sphinx Typo3 theme

Expand Down
Binary file modified img/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = sphinx_wagtail_theme
version = 5.0.5.dev0
version = 5.1.0
author = Coen van der Kamp
author_email = [email protected]
description = Sphinx Wagtail theme
Expand Down
2 changes: 1 addition & 1 deletion tests/test_python_sphinx_wagtail_theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

def test_theme_info():
assert isinstance(sphinx_wagtail_theme.__version__, str)
assert len(sphinx_wagtail_theme.__version__) > 5
assert len(sphinx_wagtail_theme.__version__) >= 5


def test_module_methods():
Expand Down

0 comments on commit 051e136

Please sign in to comment.