diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-03-26 23:40:07 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2015-03-26 23:40:19 +0100 |
commit | 35f9ee112f5b3dfb799e24635d548fd228c98db1 (patch) | |
tree | b99d7eb6733c842d377972d746108f277f81a5e9 | |
parent | 4e0e563c1c0d823d2869d340e2fa31ca8630d854 (diff) | |
download | factory-boy-35f9ee112f5b3dfb799e24635d548fd228c98db1.tar factory-boy-35f9ee112f5b3dfb799e24635d548fd228c98db1.tar.gz |
Release v2.5.0v2.5.0
-rw-r--r-- | docs/changelog.rst | 4 | ||||
-rw-r--r-- | factory/__init__.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index c2731ef..4018e32 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,8 +4,8 @@ ChangeLog .. _v2.5.0: -2.5.0 (master) --------------- +2.5.0 (2015-03-26) +------------------ *New:* diff --git a/factory/__init__.py b/factory/__init__.py index 8fc8ef8..20b4d0f 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.4.1' +__version__ = '2.5.0' __author__ = 'Raphaël Barrois <raphael.barrois+fboy@polytechnique.org>' |