Skip to content

Commit

Permalink
Releasing the first public version.
Browse files Browse the repository at this point in the history
  • Loading branch information
srikalyan committed Nov 29, 2019
1 parent 7dae10f commit 8a8f19b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ This project provides the glue between [microcosm] projects and [connexion]. It
The reason for providing flask and app is to make sure that connexion's version of flask overrides [microcosm-flask]'s
app.

Note: A cookiecutter would created to make it easy for app developers to quickly start building APIs.
Note: A [cookiecutter] is created to make it easy for app developers to quickly start building APIs.

[connexion]: https://github.com/zalando/connexion
[microcosm]: https://github.com/globality-corp/microcosm
[microcsom-flask]: https://github.com/globality-corp/microcosm-flask
[microcsom-postgres]: https://github.com/globality-corp/microcosm-postgres
[cookiecutter]: https://github.com/srikalyan/cookiecutter-connexion-microcosm-service

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="microcosm_connexion",
version="0.6.0" + __QUALIFIER__,
version="1.0.0" + __QUALIFIER__,
description="A python library that exposes microcosm factories for connexions",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 8a8f19b

Please sign in to comment.