Skip to content

Commit

Permalink
Update changelog and setup.py for 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgaya committed Nov 12, 2019
1 parent 30119d9 commit d5f0aa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
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
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit d5f0aa6

Please sign in to comment.