Skip to content

Commit

Permalink
Prepare plonesocial.suite 0.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
gyst committed Nov 26, 2012
1 parent acb6f24 commit c16ef52
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
25 changes: 22 additions & 3 deletions CHANGES.txt
@@ -1,11 +1,30 @@
Changelog Changelog
========= =========


0.4.2 (unreleased) 0.4.2 (2012-11-26)
------------------ ------------------


* Added Spanish translation. [macagua] * update changelog, release [gyst]
* Added improvements about i18n support. [macagua] * provide a virtualenv-enabled Travis buildout that can be debugged on a dev box [gyst]
* re-activate code analysis tests (but only on plonesocial.suite itself) [gyst]
* Added locales and i18n extract script [macagua]
* Added more improvements about i18n support [macagua]
* Updated contributors file [macagua]
* Updated changelog file [macagua]
* disable pep8/pyflakes for now [gyst]
* fix packages to be tested [hvelarde]
* pep8/pyflakes [hvelarde]
* update Travis CI configuration to include pep8/pyflakes testing [hvelarde]
* oops we do need test-eggs [gyst]
* ignore dist [gyst]
* move sources into ./src/ to enable multi-package tests on Travis [gyst]
* update location of extended configuration as the plonetest repo was moved to GitHub [hvelarde]
* update list of ignored objects [hvelarde]
* Cannot get multi-package tests to work with Travis [gyst]
* let Travis run the full cross-integrated test suite [gyst]
* cleanup, bump version, update docs [gyst]
* add Travis CI configuration [hvelarde]



0.4.1 (2012-10-09) 0.4.1 (2012-10-09)
------------------ ------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages


version = '0.5dev' version = '0.4.2'


long_description = ( long_description = (
open('README.rst').read() open('README.rst').read()
Expand Down

0 comments on commit c16ef52

Please sign in to comment.