Skip to content

Commit

Permalink
Preparing release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohann Gabory committed May 8, 2015
1 parent ad56f75 commit 284c7e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
CHANGELOG
=========

0.0.4 (unreleased)
0.0.4 (2015-05-08)
------------------

- Nothing changed yet.

- Implement join
- Implement reverse foreignkey
- Implement reverse related filters
- Implement the where class

0.0.3 (2015-05-01)
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(fname):

setup(
name="drunken_boat",
version='0.0.4.dev0',
version='0.0.4',
author="Yohann Gabory",
author_email="yohann@gabory.fr",
description=("Performance based web framework written in python"),
Expand Down

0 comments on commit 284c7e7

Please sign in to comment.