Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Dec 5, 2020
1 parent b485043 commit 115227b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Expand Up @@ -2,8 +2,8 @@ pytest-datafixtures changelog
=============================


Unreleased
----------
v1.0.0 [2020-12-05]
-------------------
+ 'datafix_read' now can represent result as StringIO.
+ Added new 'datafix_readbin' fixture.

Expand Down
3 changes: 1 addition & 2 deletions datafixtures/__init__.py
@@ -1,8 +1,7 @@


VERSION = (0, 1, 0)
VERSION = (1, 0, 0)
"""Application version number tuple."""

VERSION_STR = '.'.join(map(str, VERSION))
"""Application version number string."""

0 comments on commit 115227b

Please sign in to comment.