Skip to content

Commit

Permalink
Add changelog to prepare for a first release
Browse files Browse the repository at this point in the history
  • Loading branch information
dojeda committed Mar 5, 2019
1 parent db019c2 commit 9a65b86
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
=========
Changelog
=========

This document list all important changes to Quetzal.

Quetzal version numbers follow `semantic versioning <http://semver.org>`_.


0.1.0 (2019-03-05)
------------------

* Initial release.
* Complete API specification with OASv3.
* Flask server implementation using zalando/connexion.
* Development environment with docker-compose.
* Deployment on Google Cloud Platform with kubernetes.
3 changes: 3 additions & 0 deletions app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
from app.security import load_identity


__version__ = '0.1.0'


# Common objects usable across the application
db = SQLAlchemy()
migrate = Migrate()
Expand Down

0 comments on commit 9a65b86

Please sign in to comment.