Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Commit

Permalink
Release v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Dec 3, 2016
1 parent fec0dde commit d0a37bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
@@ -1,7 +1,7 @@
CHANGES
=======

0.0.6 (2016-12-??)
0.0.6 (2016-12-04)
------------------

* Integrating wsgicli.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -39,7 +39,7 @@
author = 'Masashi Shibata'

# The short X.Y version.
version = '0.0.5'
version = '0.0.6'
release = version

language = None
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Expand Up @@ -99,6 +99,7 @@ Run server

.. code-block:: console
$ pip install wsgicli
$ wsgicli main.py app --reload
**Production**
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
README = open(os.path.join(BASE_PATH, 'README.rst')).read()
CHANGES = open(os.path.join(BASE_PATH, 'CHANGES.rst')).read()

__version__ = '0.0.5'
__version__ = '0.0.6'
__author__ = 'Masashi Shibata <contact@c-bata.link>'
__author_email__ = 'contact@c-bata.link'
__license__ = 'MIT License'
Expand Down

0 comments on commit d0a37bb

Please sign in to comment.