Skip to content

Commit

Permalink
Bumps version.
Browse files Browse the repository at this point in the history
Signed-off-by: Kouhei Maeda <mkouhei@palmtb.net>
  • Loading branch information
mkouhei committed Jun 7, 2016
1 parent ef1b457 commit 49b7671
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Features
* Generating Python package.
* Checking Python package name existence at PyPI.
* Test and conde checking environment is configured with the `Tox <https://pypi.python.org/pypi/tox>`_, `Pytest <http://pytest.org/latest-ja/>`_, and others.


* `pycodestyle <https://pypi.python.org/pypi/pycodestyle>`_
* `pytest-cov <https://pypi.python.org/pypi/pytest-cov>`_
* `pytest-pep8 <https://pypi.python.org/pypi/pytest-pep8>`_
* `pytest-flakes <https://pypi.python.org/pypi/pytest-flakes>`_
* `Pylint <http://www.pylint.org/>`_
* `PyChecker <http://pychecker.sourceforge.net/>`_
Expand Down
2 changes: 1 addition & 1 deletion bootstrap_py/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Bootstrap Python package."""
__prog__ = 'bootstrap-py'
__version__ = '0.5.1'
__version__ = '0.6.0'
5 changes: 5 additions & 0 deletions docs/source/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
ChangeLog
=========

0.6.0 (2016-06-08)
------------------

* Uses pycodestyle instead of pep8.

0.5.1 (2016-05-17)
------------------

Expand Down

0 comments on commit 49b7671

Please sign in to comment.