Skip to content

Commit

Permalink
bump: version 1.1.3 → 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 31, 2023
1 parent 807aeb9 commit ced5b48
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v1.1.4 (2023-01-31)

### Docs

- **readme**: direct link to logo in readme
- **readme**: fix github actions badge

## v1.1.3 (2023-01-30)

### Build System(s)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ckanext-webview"
version = "1.1.3"
version = "1.1.4"
description = "A CKAN extension that adds a view for displaying generic/arbitrary URLs."
readme = "README.md"
requires-python = ">=3.6"
Expand Down Expand Up @@ -55,7 +55,7 @@ exclude = ["tests", "docs"]

[tool.commitizen]
name = "cz_nhm"
version = "1.1.3"
version = "1.1.4"
tag_format = "v$version"
update_changelog_on_bump = true
changelog_incremental = true
Expand Down

0 comments on commit ced5b48

Please sign in to comment.