diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-06-27 01:34:47 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-06-27 01:34:47 +0200 |
commit | cf686b2b4f2002d27eb139dc6f0f684721c873b1 (patch) | |
tree | 4c605ead2bc719449a7fd0b738dc40178058ddc0 /factory | |
parent | 859703cc8c7fdb29b9fff67133266a15f036e48d (diff) | |
download | factory-boy-cf686b2b4f2002d27eb139dc6f0f684721c873b1.tar factory-boy-cf686b2b4f2002d27eb139dc6f0f684721c873b1.tar.gz |
Release v2.1.0v2.1.0
Diffstat (limited to 'factory')
-rw-r--r-- | factory/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/factory/__init__.py b/factory/__init__.py index f90f40a..923d097 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.1.0-dev' +__version__ = '2.1.0' __author__ = 'Raphaël Barrois <raphael.barrois+fboy@polytechnique.org>' |