Skip to content

Commit

Permalink
chore: release 2023.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Feb 28, 2023
1 parent c89aa82 commit e9a89f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pip install shibuya

Add shibuya theme to your Sphinx `conf.py:

```
```python
html_theme = "shibuya"
```

Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Changelog

Shibuya uses date based release segments. For pre-releases, it follows :pep:`440`.

2023.3.1
--------

- Fix margins for "kbd"
- Add style for sphinx-tabs
- Improve style for code blocks


2023.2.25a2
-----------
Expand Down
2 changes: 1 addition & 1 deletion src/shibuya/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
WrapLineFormatter,
)

__version__ = "2023.2.25a2"
__version__ = "2023.3.1"

shibuya_version = __version__

Expand Down

0 comments on commit e9a89f6

Please sign in to comment.