Skip to content

Commit

Permalink
💔
Browse files Browse the repository at this point in the history
  • Loading branch information
damnever committed Nov 22, 2015
1 parent 4d1ab71 commit e2f2067
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOGS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@ Change Logs
-----------


Version 0.6.6 (2015.11.22)
^^^^^^^^^^^^^^^^^^^^^^^^^^

- Fixed IndexError.


Version 0.6.5 (2015.11.22)
^^^^^^^^^^^^^^^^^^^^^^^^^^

- Fixed AttributeError.
- Fixed IndexError.
- Fixed PEP8 warning.


Expand Down
2 changes: 1 addition & 1 deletion pigar/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

from __future__ import print_function, division, absolute_import

version = __version__ = '0.6.5'
version = __version__ = '0.6.6'
version_info = [int(num) for num in version.split('.')]

0 comments on commit e2f2067

Please sign in to comment.