Skip to content

Commit 6ac559e

Browse files
committed
version bump
1 parent 2cfde6b commit 6ac559e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
extras_require = {} # TODO: to be removed when the above is added
4242

4343
setup(name='schema-salad',
44-
version='1.11',
44+
version='1.12',
4545
description='Schema Annotations for Linked Avro Data (SALAD)',
4646
long_description=open(README).read(),
4747
author='Common workflow language working group',

typeshed/2.7/argparse.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class _ActionsContainer:
123123
def set_defaults(self, **kwargs): ...
124124
def get_default(self, dest): ...
125125
def add_argument(self,
126-
*args: str,
126+
*args: Union[str, unicode],
127127
action: Union[str, Action] = ...,
128128
nargs: str = ...,
129129
const: Any = ...,

0 commit comments

Comments
 (0)