diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2017-06-13 12:31:42 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2017-06-13 12:31:42 -0400 |
| commit | a3cd2c9cffaa2940762453f5a3c4f2ae69065aa7 (patch) | |
| tree | 4ec446626ff983ff87b4ce85796c8fcd79090587 | |
| parent | d89d243a30d453a349d2f630728e72ac452815c4 (diff) | |
| download | tablib-a3cd2c9cffaa2940762453f5a3c4f2ae69065aa7.tar.gz | |
historyv0.11.5
| -rw-r--r-- | HISTORY.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst index a90a21b..e848c1d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,11 @@ History ------- +0.11.5 (2017-06-13) ++++++++++++++++++++ + +- Use ``yaml.safe_load`` for importing yaml. + 0.11.4 (2017-01-23) +++++++++++++++++++ |
