Skip to content
This repository has been archived by the owner on Oct 3, 2019. It is now read-only.

Commit

Permalink
Bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Apr 29, 2016
1 parent b8e7bd9 commit f5e5b4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,5 +1,9 @@
# Revision History

## 0.8.1 (2016/04/28)

- Now invoking `__init__` in `Dictionary` converters to run custom validations.

## 0.8 (2016/04/14)

- Replaced all utility functions with ORM-like tools.
Expand Down
2 changes: 1 addition & 1 deletion yorm/__init__.py
Expand Up @@ -3,7 +3,7 @@
import sys

__project__ = 'YORM'
__version__ = '0.8'
__version__ = '0.8.1'

VERSION = __project__ + '-' + __version__

Expand Down

0 comments on commit f5e5b4f

Please sign in to comment.