From 9a1412113f030ee05d891bf0e5b7792b3a48f130 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 1 Dec 2022 13:34:15 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.1.0=20=E2=86=92=202.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- pyproject.toml | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4054b64..839b562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v2.1.1 (2022-12-01) + +### Docs + +- **readme**: format test section +- **readme**: fix table borders +- **readme**: update installation steps +- **readme**: update ckan patch version in header badge + ## v2.1.0 (2022-11-28) ### Docs diff --git a/package.json b/package.json index 7bb4ed1..ac3994c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ckanext-graph", - "version": "2.1.0", + "version": "2.1.1", "description": "A CKAN extension that adds a graph view for resources.", "repository": { "type": "git", diff --git a/pyproject.toml b/pyproject.toml index 8b778e0..c5110db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-graph" -version = "2.1.0" +version = "2.1.1" description = "A CKAN extension that adds a graph view for resources." readme = "README.md" requires-python = ">=3.6" @@ -52,7 +52,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "2.1.0" +version = "2.1.1" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true