Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Update version to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Feb 9, 2019
1 parent 3967b85 commit c69f5d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/template/cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"app_name": "api",
"grest_version": "1.2.0",
"grest_version": "1.3.0",
"DEBUG": false,
"IP_ADDRESS": "localhost",
"PORT": "5000",
Expand Down
2 changes: 1 addition & 1 deletion grest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

from .grest import GRest

__version__ = '1.2.0'
__version__ = '1.3.0'

0 comments on commit c69f5d6

Please sign in to comment.