Skip to content

Commit

Permalink
Release 5.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Oct 24, 2013
1 parent 0cd20b3 commit bc68a9d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ Changes by version

This section contains all the changes that I can remember, by version.

5.1.2
-----

- Fix a bug where a :class:`~humbledb.report.Report` would raise a ValueError
on querying months with 30 days.

5.1.1
-----

- Fix a bug where a :class:`~humbledb.arary.Array` may not have its page
- Fix a bug where a :class:`~humbledb.array.Array` may not have its page
created before an append call attempts to modify it by adding write concern
to the insert.

Expand Down
2 changes: 1 addition & 1 deletion humbledb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
limitations under the License.
"""
__version__ = '5.1.1'
__version__ = '5.1.2'


# We only want to allow * imports for the most common classes. If you want
Expand Down

0 comments on commit bc68a9d

Please sign in to comment.