Skip to content

Commit

Permalink
bump: version 1.0.2 → 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
woile committed Nov 12, 2019
1 parent e98ca27 commit 8c59df8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.0.3] - 2019-11-12

- Bumped dependecies: starlette-apispec and dev deps

## [1.0.2] - 2019-06-12

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,5 +1,5 @@
[tool.commitizen]
version = "1.0.2"
version = "1.0.3"
tag_format = "v$version"
files = [
"pyproject.toml:version",
Expand Down Expand Up @@ -30,7 +30,7 @@ exclude = '''

[tool.poetry]
name = "starlette-apispec"
version = "1.0.2"
version = "1.0.3"
description = "APISpec support for starlette"
authors = ["Santiago Fraire Willemoes <santiwilly@gmail.com>"]
keywords = ["openapi", "api", "swagger"]
Expand Down
2 changes: 1 addition & 1 deletion starlette_apispec/__init__.py
Expand Up @@ -2,4 +2,4 @@

__all__ = ["APISpecSchemaGenerator"]

__version__ = "1.0.2"
__version__ = "1.0.3"

0 comments on commit 8c59df8

Please sign in to comment.