-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog and setup.py for 1.0.1 release
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Changelog | ||
|
||
## Unreleased | ||
## 1.0.1 | ||
|
||
- Move config class to separate module | ||
- Add support for custom formats | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ | |
name='bravado-types', | ||
use_scm_version=True, | ||
license="MIT License", | ||
description="Library for generating type stubs for Swagger clients " | ||
"generated by Bravado", | ||
description="Tool to generate MyPy type stubs for Bravado-generated " | ||
"classes to support static type checking.", | ||
author="Nicholas Gaya", | ||
author_email="[email protected]", | ||
url="https://github.com/nickgaya/bravado-types", | ||
|
@@ -27,7 +27,7 @@ | |
zip_safe=False, | ||
classifiers=[ | ||
"Topic :: Software Development :: Code Generators", | ||
"Development Status :: 4 - Beta", | ||
"Development Status :: 5 - Production/Stable", | ||
"License :: OSI Approved :: MIT License", | ||
"Programming Language :: Python :: 3 :: Only", | ||
"Programming Language :: Python :: 3.6", | ||
|