Skip to content

Commit bd80d98

Browse files
committed
add new dtos to init
1 parent c6294da commit bd80d98

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

servicestack/__init__.py

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,17 @@
5454
'StringResponse',
5555
'StringsResponse',
5656
'AuditBase',
57+
'BackgroundJobState',
58+
'JobStatSummary',
59+
'HourSummary',
60+
'WorkerStats',
61+
'BackgroundJobBase',
62+
'BackgroundJob',
63+
'JobSummary',
64+
'BackgroundJobOptions',
65+
'ScheduledTask',
66+
'CompletedJob',
67+
'FailedJob',
5768
'JsonServiceClient',
5869
'WebServiceException',
5970
'WebServiceExceptionType',
@@ -117,7 +128,10 @@
117128
UpdateEventSubscriberResponse, UserApiKey, GetApiKeys, GetApiKeysResponse, \
118129
RegenerateApiKeys, RegenerateApiKeysResponse, NavItem, GetNavItems, \
119130
GetNavItemsResponse, EmptyResponse, IdResponse, StringResponse, \
120-
StringsResponse, AuditBase
131+
StringsResponse, AuditBase, \
132+
BackgroundJobState, JobStatSummary, HourSummary, WorkerStats, BackgroundJobBase, \
133+
BackgroundJob, JobSummary, BackgroundJobOptions, ScheduledTask, CompletedJob, FailedJob
134+
121135

122136
from .clients import JsonServiceClient, WebServiceException, WebServiceExceptionType, \
123137
qsvalue, resolve_httpmethod

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="servicestack",
13-
version="0.1.4",
13+
version="0.1.6",
1414
author="ServiceStack, Inc.",
1515
author_email="team@servicestack.net",
1616
description="ServiceStack Python Service Clients",

0 commit comments

Comments
 (0)