Skip to content

Commit

Permalink
Version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Feb 26, 2014
1 parent 65ce271 commit cb9e72e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .gitignore
@@ -1,9 +1,9 @@
env/
dist/
htmlcov/
site/
.tox/
flaskapi.egg-info/
Flask_API.egg-info/
*.pyc
__pycache__
.coverage
site/
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -43,7 +43,7 @@ Requirements:

Install using `pip`.

pip install flask-api
pip install Flask-API

Import and initialize your application.

Expand Down
2 changes: 1 addition & 1 deletion docs/about/release-notes.md
Expand Up @@ -2,6 +2,6 @@

This project is currently in alpha. It is funcational and well tested but you are advised to pay close attention to the release notes when upgrading to future versions.

## Version 0.5
## Version 0.6

Initial alpha release.
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -40,7 +40,7 @@ Requirements:

Install using `pip`.

pip install flask-api
pip install Flask-API

Import and initialize your application.

Expand Down
2 changes: 1 addition & 1 deletion flask_api/__init__.py
@@ -1,3 +1,3 @@
from flask_api.app import FlaskAPI

__version__ = '0.5'
__version__ = '0.6'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@
import sys


name = 'flask_api'
name = 'Flask-API'
package = 'flask_api'
description = 'Browsable web APIs for Flask.'
url = 'http://www.flaskapi.org'
Expand Down

0 comments on commit cb9e72e

Please sign in to comment.