Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
byllyfish committed Nov 8, 2017
1 parent b5eb5b3 commit 1446c1a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
Changelog
=========

0.7.0
-----

- (IMPORTANT) This version changes the results of the CaseMapped profiles due to publication of new RFC's.
- The CaseMapped profiles now default to using ToLower instead of CaseFold.
- Added profile variants for CaseFold, just for completeness.
- Update references to RFC numbers in documentation and comments.

0.6.0
-----

- (IMPORTANT) This version changes the results of the Nickname profile.
- Add support for proposed changes to RFC 7564 that will make the
Nickname profile idempotent.
Nickname profile idempotent (Issue #3).
- Add the "DISALLOWED/not\_idempotent" error message.
- Sign pypi package with gpg.

Expand Down
2 changes: 1 addition & 1 deletion precis_i18n/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
precis_i18n
"""

__version__ = '0.6.0'
__version__ = '0.7.0'

from precis_i18n.factory import get_profile

0 comments on commit 1446c1a

Please sign in to comment.