Skip to content

Commit

Permalink
Updates CHANGES and bumps the __VERSION__
Browse files Browse the repository at this point in the history
  • Loading branch information
thomskaf committed Feb 25, 2017
1 parent 904aa93 commit 4c0510a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
stringhelpers Changelog
=======================

Varsion 2.1 - Feb 25, 2017
--------------------------
New functions

* `is_iterable()`
* `substr()`

Reformatting the docstrings so it uses action ("Return") words, instead of description ("Returns") words.
Rename and convert CHANGES to CHANGES.rst and use reStructuredText.
Remove some unnecessary and redundant code in `sort()`.

Version 2.0 - Feb 18, 2017
--------------------------
Refactor of `common_subsequence()`, `longest_common_subsequence()` and `shortest_common_subsequence()`
Expand Down
2 changes: 1 addition & 1 deletion stringhelpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:license: MIT, see LICENSE for more details.
"""

__version__ = '2.0'
__version__ = '2.1'

import re
import os
Expand Down

0 comments on commit 4c0510a

Please sign in to comment.