Skip to content

Commit

Permalink
Bumps major version as 1.0.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Kouhei Maeda <mkouhei@palmtb.net>
  • Loading branch information
mkouhei committed Apr 26, 2020
1 parent 40758d8 commit 360ebbd
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.8.2'
__version__ = '1.0.0'
10 changes: 10 additions & 0 deletions docs/source/CHANGELOG.rst
@@ -1,6 +1,16 @@
ChangeLog
=========

1.0.0 (2020-04-26)
------------------

* Applies semantic versioning.
* Supports Python3.8.
* Changes use pytest-flake8 instead of pytest-flakes.
* Updates templates.
* Fixes pre-commit hook script.
* Removes _build directory before executing pytest.

0.8.2 (2019-03-18)
------------------

Expand Down

0 comments on commit 360ebbd

Please sign in to comment.