From 3cf5f83d92a2c315eb8a0dd2ed06cd1d61df5d36 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Thu, 2 Jun 2016 15:58:43 +0200 Subject: ipalib: replace DeprecatedParam with `deprecated` Param argument Introduce new `deprecated` Param keywork argument. Setting it to True on a param has the same effect as using DeprecatedParam. This allows deprecating params while retaining their type information. Revert all DeprecatedParam params back to their original definition and set `deprecated` to True. Remove the now unused DeprecatedParam class. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'VERSION') diff --git a/VERSION b/VERSION index 29e67f3d7..eeddee931 100644 --- a/VERSION +++ b/VERSION @@ -90,5 +90,5 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=171 -# Last change: npmccallum - enable setting authinds on services +IPA_API_VERSION_MINOR=172 +# Last change: ipalib: replace DeprecatedParam with `deprecated` Param argument -- cgit