diff --git a/AUTHORS b/AUTHORS index 96afcd5..4ea0210 100644 --- a/AUTHORS +++ b/AUTHORS @@ -10,6 +10,7 @@ Contributors: - Thomas Grainger - Christopher Grebs + django-babel was previously developed under the Copyright of Edgewall Software. The following copyright notice holds true for releases before 2013: "Copyright (c) 2007 - 2011 by Edgewall Software" diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..849be74 --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,30 @@ +Changelog +========= + +0.4 - `master`_ +--------------- + +.. note:: This version is not yet released and is under active development. + +* Initial testing infrastructure +* Add management command `babel` with `makemessages` and `compilemessages` + labels. Mimics django's `makemessages` and `compilemessages` commands. + + +0.3.1 - 2013-12-11 +------------------ + +* fix relative import in template tags + + +0.3.0 - 2013-12-11 +------------------ + +* Rename package to django_babel + + +0.2.3 - 2013-12-11 +------------------ + +* Rename package on PyPI +* Use GitHub as source control diff --git a/CHANGES.rst b/CHANGES.rst deleted file mode 100644 index 3ee619d..0000000 --- a/CHANGES.rst +++ /dev/null @@ -1,26 +0,0 @@ -Changes -======= - -1.0 (unreleased) ----------------- - -* Nothing changed yet. - - -0.3.1 (2013-12-11) ------------------- - -* fix relative import in template tags - - -0.3.0 (2013-12-11) ------------------- - -* Rename package to django_babel - - -0.2.3 (2013-12-11) ------------------- - -* Rename package on PyPI -* Use GitHub as source control