Skip to content

Commit

Permalink
Merge pull request #10 from mkouhei/bump-version
Browse files Browse the repository at this point in the history
Bumps version.
  • Loading branch information
mkouhei committed Nov 3, 2018
2 parents db67a55 + ea84d3a commit 1f3b58b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap_py/__init__.py
@@ -1,3 +1,3 @@
"""Bootstrap Python package."""
__prog__ = 'bootstrap-py'
__version__ = '0.6.1'
__version__ = '0.7.0'
10 changes: 10 additions & 0 deletions docs/source/CHANGELOG.rst
@@ -1,6 +1,16 @@
ChangeLog
=========

0.7.0 (2018-11-03)
------------------

* Fixes package_existent for the new PyPI API.
* Updates templates.
* Fixes pylint violations.
* Unsupports Python 2.x and PyPy (compatible Python 2.7).
* Supports Python 3.7.
* Fixes handling empty command without arguments. (Thanks `@sourcepirate <https://github.com/sourcepirate>`_)

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

Expand Down

0 comments on commit 1f3b58b

Please sign in to comment.