Skip to content

Commit

Permalink
Bump version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byllyfish committed Feb 3, 2018
1 parent d1767c8 commit b4b40fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

1.0.0
-----

- Release 1.0 version.
- Add test that all codepoints are idempotent.
- Update copyright year (2018).

0.7.0
-----

Expand Down
2 changes: 1 addition & 1 deletion precis_i18n/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""PRECIS-i18n: Internationalized Usernames and Passwords."""

__version__ = '0.7.0'
__version__ = '1.0.0'

from precis_i18n.factory import get_profile
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def all_tests():

# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
Expand Down

0 comments on commit b4b40fa

Please sign in to comment.