Skip to content

Commit

Permalink
Preparing release 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
esteele committed Mar 2, 2014
1 parent b69f2db commit d3636e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
@@ -1,7 +1,7 @@
Changelog
=========

1.4 - unreleased
1.4 (2014-03-02)
----------------

- Flush stdout after printing status before and after running tests.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

version = '1.4dev'
version = '1.4'

setup(
name = 'plone.recipe.alltests',
Expand Down

0 comments on commit d3636e5

Please sign in to comment.