Skip to content

Commit

Permalink
Bump to 1.0.2 for ext fix
Browse files Browse the repository at this point in the history
  • Loading branch information
numberoverzero committed Mar 6, 2017
1 parent 867c32c commit 0d53fd0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -18,6 +18,17 @@ __ https://gist.github.com/numberoverzero/c5d0fc6dea624533d004239a27e545ad
.. _Issue #71: https://github.com/numberoverzero/bloop/issues/71


--------------------
1.0.2 - 2017-03-05
--------------------

Minor bugfix.

Fixed
=====

* extension types in ``ext.arrow``, ``ext.delorean``, and ``ext.pendulum`` now load and dump ``None`` correctly.

--------------------
1.0.1 - 2017-03-04
--------------------
Expand Down
2 changes: 1 addition & 1 deletion bloop/__init__.py
Expand Up @@ -54,4 +54,4 @@
# Misc
"Condition", "QueryIterator", "ScanIterator", "Stream"
]
__version__ = "1.0.1"
__version__ = "1.0.2"

0 comments on commit 0d53fd0

Please sign in to comment.