Skip to content

Commit

Permalink
bump: version 1.6.0 → 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 25, 2023
1 parent d79ccc2 commit 6021ed9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.6.0"
version = "1.7.0"
tag_format = "v$version"
version_files = [
"setup.py:VERSION",
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v1.7.0 (2023-07-25)

### Feat

- new style for code and blockquote
- new style for nested side-bar link

### Fix

- icon in nested side bar link
- hover glitch in dark-mode icon
- inline code within a quote

## v1.6.0 (2023-06-21)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repo_url: https://github.com/kpn/mkdocs-kpn-theme/
extra:
version:
provider: 'manual'
version: 1.6.0
version: 1.7.0

copyright: 'Copyright © KPN'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = "1.6.0"
VERSION = "1.7.0"


def get_long_description():
Expand Down

0 comments on commit 6021ed9

Please sign in to comment.