From 88173b3c9e4ddded7fe6a385c78b31680372f71e Mon Sep 17 00:00:00 2001 From: jiri_otoupal Date: Wed, 28 Feb 2024 12:50:20 +0100 Subject: [PATCH] changelog --- abst/__version__.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/abst/__version__.py b/abst/__version__.py index 9f1a780..c7c0610 100644 --- a/abst/__version__.py +++ b/abst/__version__.py @@ -10,7 +10,7 @@ "CLI Command making OCI Bastion and kubernetes usage simple and fast" ) -__version__ = "2.3.18" +__version__ = "2.3.19" __author__ = "Jiri Otoupal" __author_email__ = "jiri-otoupal@ips-database.eu" __license__ = "MIT" @@ -19,9 +19,8 @@ __version_name__ = "Octopus X0" __change_log__ = """ -Added alias to context, now you can use 'ctx'\n -Sharing and Pasting now works for sets too, you can use set_name/context for both - -When pasting, it will ask if you want to change IP and for bastion name renaming -Removed unused packages +* Added alias to context, now you can use 'ctx'\n +* Sharing and Pasting now works for sets too, you can use set_name/context for both\n +* When pasting, it will ask if you want to change IP and for bastion name renaming\n +* Removed unused packages\n """