Update version & changelog

This commit is contained in:
sonny 2023-06-25 11:26:22 +02:00
parent db2bb54d1d
commit 66942eea69
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# Changelog # Changelog
# 0.5.0
- Remove poetry
- Use `setuptools` for packaging
- Added a `Makefile`
- Use `pip-compile` for dependecy management
# 0.4.0 # 0.4.0
- Add option to generate access tokens through --login and --private-key-path options - Add option to generate access tokens through --login and --private-key-path options

View file

@ -1,6 +1,6 @@
[project] [project]
name = 'transip_client' name = 'transip_client'
version = '0.4.0' version = '0.5.0'
description = 'Listens for changes about the current public IP and acts upon it.' description = 'Listens for changes about the current public IP and acts upon it.'
authors = [{name = 'Sonny', email= 'sonnyba871@gmail.com'}] authors = [{name = 'Sonny', email= 'sonnyba871@gmail.com'}]
license = {text = 'GPL-3.0'} license = {text = 'GPL-3.0'}