Update version numbers
All checks were successful
ci/woodpecker/push/tests Pipeline was successful

This commit is contained in:
sonny 2025-05-03 15:53:32 +02:00
parent 12b94065d6
commit 654a123458
3 changed files with 11 additions and 3 deletions

View file

@ -1,5 +1,13 @@
# Changelog # Changelog
# 0.7.0
- Added different classes responsible for determining host IP
- Changed cli usage from `transip-client` to `transip-update`
- Added Dockerfile
- Added editorconfig configuration file
- Added README
# 0.6.0 # 0.6.0
- Replaced dns query usage with calling an external API - Replaced dns query usage with calling an external API

View file

@ -1,8 +1,8 @@
[project] [project]
name = "transip_client" name = "transip_client"
version = "0.5.0" version = "0.7.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"}]
license = {text = "GPL-3.0"} license = {text = "GPL-3.0"}
requires-python = ">=3.11" requires-python = ">=3.11"
dependencies = [ dependencies = [

2
uv.lock generated
View file

@ -270,7 +270,7 @@ wheels = [
[[package]] [[package]]
name = "transip-client" name = "transip-client"
version = "0.5.0" version = "0.7.0"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "click", marker = "sys_platform == 'linux'" }, { name = "click", marker = "sys_platform == 'linux'" },