sbdl 1.18.11__tar.gz → 1.18.12__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sbdl-1.18.11 → sbdl-1.18.12}/PKG-INFO +1 -1
- {sbdl-1.18.11 → sbdl-1.18.12}/sbdl.egg-info/PKG-INFO +1 -1
- {sbdl-1.18.11 → sbdl-1.18.12}/sbdl.py +2 -2
- {sbdl-1.18.11 → sbdl-1.18.12}/setup.py +1 -1
- {sbdl-1.18.11 → sbdl-1.18.12}/csv-to-sbdl.py +0 -0
- {sbdl-1.18.11 → sbdl-1.18.12}/sbdl +0 -0
- {sbdl-1.18.11 → sbdl-1.18.12}/sbdl.egg-info/SOURCES.txt +0 -0
- {sbdl-1.18.11 → sbdl-1.18.12}/sbdl.egg-info/dependency_links.txt +0 -0
- {sbdl-1.18.11 → sbdl-1.18.12}/sbdl.egg-info/requires.txt +0 -0
- {sbdl-1.18.11 → sbdl-1.18.12}/sbdl.egg-info/top_level.txt +0 -0
- {sbdl-1.18.11 → sbdl-1.18.12}/sbdl_server.py +0 -0
- {sbdl-1.18.11 → sbdl-1.18.12}/setup.cfg +0 -0
|
@@ -217,8 +217,8 @@ _B=None
|
|
|
217
217
|
_A=True
|
|
218
218
|
import argparse,base64,datetime,csv,functools,getpass,hashlib,importlib,io,json,os,pathlib,pickle,platform,re,shlex,string,subprocess,sys,tarfile,tempfile,textwrap,time,traceback,types,unittest,urllib.request,urllib.parse,warnings,zlib,zipfile
|
|
219
219
|
__NAME=_i
|
|
220
|
-
__VERSION='1.18.
|
|
221
|
-
__VERSION_DEV='
|
|
220
|
+
__VERSION='1.18.12'
|
|
221
|
+
__VERSION_DEV='e1dbb6a'
|
|
222
222
|
__VERSION_DSL='25.6'
|
|
223
223
|
__VERSION_REST_API='1.1.0'
|
|
224
224
|
__AUTHOR='contact@sbdl.dev'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|