From a56711a52c35cf88e7ac691be07da217a6fe62be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 12 Dec 2022 14:31:08 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.1.1=20=E2=86=92=202.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 192169d..b56b4c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## v2.1.2 (2022-12-12) + +### Docs + +- **readme**: add instruction to install lessc globally + +### Style + +- change quotes in setup.py to single quotes + +### Build System(s) + +- remove local less installation +- add package data + ## v2.1.1 (2022-12-01) ### Docs diff --git a/pyproject.toml b/pyproject.toml index 016f8f8..c8726a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-gbif" -version = "2.1.1" +version = "2.1.2" description = "A CKAN extension that that connects with the GBIF API." readme = "README.md" requires-python = ">=3.6" @@ -57,7 +57,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "2.1.1" +version = "2.1.2" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true