From d7337c894a662f7f4e9d45af9c07808a05de0bd4 Mon Sep 17 00:00:00 2001 From: roll Date: Thu, 26 Sep 2024 12:49:06 +0100 Subject: [PATCH] v1.1.0 --- docs/changelog.md | 8 ++++++++ dplib/settings.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 03651a3..cd5f7b8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,14 @@ This document covers main `dplib-py` releases: +## v1.1 + +- Handled security audit findings ([#23](https://github.com/frictionlessdata/dplib-py/pull/23)). + +## v1.0 + +- Updated to Data Package (v2-final) ([#19](https://github.com/frictionlessdata/dplib-py/pull/19)). + ## v0.7 - Updated to Data Package (v2-draft) ([#13](https://github.com/frictionlessdata/dplib-py/pull/13)). diff --git a/dplib/settings.py b/dplib/settings.py index b277c43..0aeeceb 100644 --- a/dplib/settings.py +++ b/dplib/settings.py @@ -2,7 +2,7 @@ # Version -VERSION = "1.0.0" +VERSION = "1.1.0" # Profiles