From 3e63cdbdae0cfa32f526248ee7c4a3b73716b6e2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Apr 2023 19:03:27 +0000 Subject: [PATCH] chore(release): 2.0.0-alpha.2 [skip ci] # [2.0.0-alpha.2](https://github.com/atlas-bi/LDAP-ETL/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2023-04-04) ### Bug Fixes * **memberships:** fixed keys in membership list ([0820420](https://github.com/atlas-bi/LDAP-ETL/commit/082042034d7ffc3517f9c53e2173f1876a8e5a51)) --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c8dd596..c07f573 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atlas-etl-ldap", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "description": "Atlas BI Library LDAP ETL", "private": true, "scripts": { diff --git a/pyproject.toml b/pyproject.toml index 01ac7b3..dd9340e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "atlas-etl-ldap" -version = "2.0.0-alpha.1" +version = "2.0.0-alpha.2" description = "Atlas BI Library LDAP ETL" authors = ["Christopher Pickering "] license = "GPL-3.0-or-later"