From 7a4c89b96a97e97a6cdde6ee01589822cc9035cc Mon Sep 17 00:00:00 2001 From: Daniel Leskosky Date: Thu, 20 Jan 2022 12:55:40 -0800 Subject: [PATCH 1/2] made changes to changelog and version --- CHANGELOG | 13 +++++++++++++ tabpy/VERSION | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f3904d31..c46e8df0 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,18 @@ # Changelog +## v2.5.0 + +### +- A server with Adhoc Disabled Flag on with the wrong credentials will now + return wrong credentials error instead of telling the user + that Adhoc Scripts are not allowed on this server. +- Added documentation for how to run TabPy projects with local changes + +### Breaking changes + +- Discontinued support for Python 3.6 +- Added support for Python 3.9 + ## v2.4.0 ### Improvements diff --git a/tabpy/VERSION b/tabpy/VERSION index 197c4d5c..437459cd 100755 --- a/tabpy/VERSION +++ b/tabpy/VERSION @@ -1 +1 @@ -2.4.0 +2.5.0 From 8ce2bb1b6c9e3783c00166e116b1fd1d64eea0e3 Mon Sep 17 00:00:00 2001 From: Daniel Leskosky Date: Thu, 20 Jan 2022 13:00:48 -0800 Subject: [PATCH 2/2] forgot a word --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c46e8df0..96a80dcd 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,8 @@ ## v2.5.0 -### +### Improvements + - A server with Adhoc Disabled Flag on with the wrong credentials will now return wrong credentials error instead of telling the user that Adhoc Scripts are not allowed on this server.