From 4830fc54832ab2ab3afdd9a796b1089e7fc306da Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Dec 2022 16:23:45 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/atlas-bi/LDAP-ETL/compare/v1.0.0...v1.1.0) (2022-12-12) ### Features * **python:** dropped python 3.7 support ([e40a678](https://github.com/atlas-bi/LDAP-ETL/commit/e40a6783f23bb47b6e93ab62faf2475737e7a1ce)) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6beaa19..0cfb631 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atlas-etl-ldap", - "version": "1.0.4", + "version": "1.1.0", "description": "Atlas BI Library LDAP ETL", "private": true, "scripts": { diff --git a/pyproject.toml b/pyproject.toml index 12f72bd..cc563ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atlas-etl-ldap" -version = "1.0.0" +version = "1.1.0" description = "Atlas BI Library LDAP ETL" authors = ["Christopher Pickering "] license = "GPL-3.0-or-later"