Skip to content

Commit

Permalink
Described in README semver is supported, fixes #85
Browse files Browse the repository at this point in the history
  • Loading branch information
alvassin committed Mar 7, 2020
1 parent cf8a921 commit ef6c215
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Look [here](#more-decorators) for more info.
- [More decorators](#more-decorators)
- [Custom error handling](#custom-error-handling)
- [Build swagger web client](#build-swagger-web-client)
- [Versioning](#versioning)


## Install
Expand Down Expand Up @@ -323,6 +324,10 @@ def create_app(app):
return app
```

## Versioning

This software follows [Semantic Versioning](http://semver.org/).

------

Please star this repository if this project helped you!

0 comments on commit ef6c215

Please sign in to comment.