Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon committed Feb 6, 2012
1 parent 3a6a7cb commit faca0b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.mkd
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 0.8.2
-------------
### Fixes
- Fix Github issue 62, in which the next page object was not set on the first
page of a two page group.
- Dates, datetimes, and times now have a default value of `None` instead of
the epoch time.

Version 0.8.1
-------------
### Features
Expand Down
2 changes: 1 addition & 1 deletion wok/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = u'0.8.1'
version = u'0.8.2'

0 comments on commit faca0b4

Please sign in to comment.