Skip to content

Commit

Permalink
prepare release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msbt committed Mar 11, 2014
1 parent b630027 commit ef89976
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changes for crate
Unreleased
==========

2014/03/11 0.4.0
================

- fix a bug where setting an empty list on a multi valued field results in returning ``None``
after refreshing the session.

Expand Down
2 changes: 1 addition & 1 deletion devtools/buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ eggs = crate
argparse

[versions]
crate = 0.3.4
crate = 0.4.0
argparse = 1.2.1
2 changes: 1 addition & 1 deletion src/crate/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# version string read from setup.py using a regex. Take care not to break the
# regex!
__version__ = "0.3.4"
__version__ = "0.4.0"

apilevel = "2.0"
threadsafety = 2
Expand Down

0 comments on commit ef89976

Please sign in to comment.