diff options
author | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2013-04-16 11:20:18 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2013-04-16 11:20:18 +0200 |
commit | 68b5872e8cbd33f5f59ea8d859e326eb0ff0c6eb (patch) | |
tree | dd78a618459ce74ef076d4179e2b8a6b8955520f /factory/__init__.py | |
parent | 9e17f7ef95f7951d7373d9f0f197dd21ac077725 (diff) | |
download | factory-boy-68b5872e8cbd33f5f59ea8d859e326eb0ff0c6eb.tar factory-boy-68b5872e8cbd33f5f59ea8d859e326eb0ff0c6eb.tar.gz |
Release v2.0.1v2.0.1
Diffstat (limited to 'factory/__init__.py')
-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 ef5d40e..939500c 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' +__version__ = '2.0.1' __author__ = 'Raphaël Barrois <raphael.barrois+fboy@polytechnique.org>' from .base import ( |