summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2013-04-15 23:22:19 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2013-04-15 23:22:19 +0200
commitf35579bd37594b1d888e07db79bdd77a68f4f897 (patch)
tree909ae0dd4bd91f93aef50935dbffb69b0ddfff26
parent2b661e6eae3187c05c4eb8e1c3790cee6a9e3032 (diff)
downloadfactory-boy-2.0.0.tar
factory-boy-2.0.0.tar.gz
Release v2.0.0v2.0.0
-rw-r--r--docs/changelog.rst4
-rw-r--r--factory/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index af43ea5..d6d4bd8 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -1,8 +1,8 @@
ChangeLog
=========
-2.0.0 (current)
----------------
+2.0.0 (2013-04-15)
+------------------
*New:*
diff --git a/factory/__init__.py b/factory/__init__.py
index 9843fa1..ef5d40e 100644
--- a/factory/__init__.py
+++ b/factory/__init__.py
@@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
-__version__ = '2.0.0-dev'
+__version__ = '2.0.0'
__author__ = 'Raphaël Barrois <raphael.barrois+fboy@polytechnique.org>'
from .base import (