Skip to content

Commit

Permalink
Version 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jun 17, 2018
1 parent 351c70f commit 89cf626
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Version 2.1.0
-------------

**Added**:

- Added a list of all supported locales as ``mimesis/locales.py``

**Updated**:

- Changed how ``Internet`` provider works with ``stock_image``
- Changed how ``random`` module works, now exposing global ``Random`` instance
- Updated dependencies

**Fixed**:

- Prevents ``ROMANIZED_DICT`` from mutating
- Fixed ``appveyour`` builds
- Fixed ``flake8-builtins`` checks
- Fixed some ``mypy`` issues with strict mode


Version 2.0.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion mimesis/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Metadata of package."""

__version__ = '2.0.1'
__version__ = '2.1.0'
__title__ = 'mimesis'
__description__ = 'Mimesis: mock data for developers.'
__url__ = 'https://github.com/lk-geimfari/mimesis'
Expand Down

0 comments on commit 89cf626

Please sign in to comment.