From 66942eea69ebc14cf8b3597a5d3799b911c134c8 Mon Sep 17 00:00:00 2001 From: sonny Date: Sun, 25 Jun 2023 11:26:22 +0200 Subject: [PATCH] Update version & changelog --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b53611e..0cdda69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# 0.5.0 + +- Remove poetry +- Use `setuptools` for packaging +- Added a `Makefile` +- Use `pip-compile` for dependecy management + # 0.4.0 - Add option to generate access tokens through --login and --private-key-path options diff --git a/pyproject.toml b/pyproject.toml index d9423bc..f308129 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = 'transip_client' -version = '0.4.0' +version = '0.5.0' description = 'Listens for changes about the current public IP and acts upon it.' authors = [{name = 'Sonny', email= 'sonnyba871@gmail.com'}] license = {text = 'GPL-3.0'}