Skip to content

Commit

Permalink
Update version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingjian Wen committed May 13, 2019
1 parent 1b7c159 commit c678179
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,23 @@
Change Log
==========

v0.1.1 (2019/5/13)
==================

- KLIFF available from PyPI now. Using ``$pip install kliff`` to install.

- Use SW model from the KIM website in tutorial.

- Format code with ``black``.


v0.1.0 (2019/3/29)
==================
First official release, but API is not guaranteed to be stable.

- Add more docs to :ref:`reference`.


v0.0.1 (2019/1/1)
=================
Pre-release.
2 changes: 1 addition & 1 deletion kliff/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from kliff.log import Logger

__version__ = '0.1.0'
__version__ = '0.1.1'

logger = Logger(level='info')

0 comments on commit c678179

Please sign in to comment.