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 Apr 5, 2016
1 parent fdf8724 commit e107678
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 4 deletions.
29 changes: 26 additions & 3 deletions README.rst
Expand Up @@ -20,17 +20,40 @@ Status
Notes
=====

v0.4.3
v0.4.5
------

Generated package with v0.4.3 that has bugs pre-commit hook script.
Generated package with v0.4.4 or less that has bugs tox.ini configuration file.
Modify the follows manually.

* Fixes `your_package_name` with snake case.

diff --git a/tox.ini b/tox.ini
index a9d823f..db825cc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -49,7 +49,7 @@ basepython = pypy
[testenv:pep257]
deps=
pep257
-commands = pep257 bootstrap_py
+commands = pep257 your_package_name
basepython = python3.5

[testenv:docs]


v0.4.4
------

Generated package with v0.4.3 or less that has bugs pre-commit hook script.
Modify the follows manually.::

$ chmod +x utils/pre-commit
$ ln -s ../../utils/pre-commit .git/hooks/pre-commit


v0.4.1
v0.4.2
------

Genarated package with v0.4.1 or less that has bugs Sphinx documentation.
Expand Down
2 changes: 1 addition & 1 deletion bootstrap_py/__init__.py
@@ -1,3 +1,3 @@
"""Bootstrap Python package."""
__prog__ = 'bootstrap-py'
__version__ = '0.4.4'
__version__ = '0.4.5'
5 changes: 5 additions & 0 deletions docs/source/CHANGELOG.rst
@@ -1,6 +1,11 @@
ChangeLog
=========

0.4.5 (2016-04-06)
------------------

* Fixes tox.ini template.

0.4.4 (2016-04-05)
------------------

Expand Down

0 comments on commit e107678

Please sign in to comment.