Skip to content

Commit

Permalink
prepare release 0.52.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Beer committed Dec 2, 2015
1 parent 013c992 commit 9e60789
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ Changes for Crate
Unreleased
==========

2015/12/02 0.52.3
=================

- Updated Crash to 0.14.3, which includes the following change:

- Python2.6/2.7 output now prints unicode strings correctly when using
csv output format
- Python2.6/2.7 output now prints unicode strings correctly when using
csv output format

- Updated crate-admin to 0.15.4 which includes following changes:

Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/io/crate/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class Version {


public static final boolean SNAPSHOT = false;
public static final Version CURRENT = new Version(520299, SNAPSHOT, org.elasticsearch.Version.V_1_7_3);
public static final Version CURRENT = new Version(520399, SNAPSHOT, org.elasticsearch.Version.V_1_7_3);

static {
// safe-guard that we don't release a version with DEBUG_MODE set to true
Expand Down

0 comments on commit 9e60789

Please sign in to comment.