summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7ae082a..ff99795 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -1,8 +1,8 @@
ChangeLog
=========
-2.1.0 (current)
----------------
+2.1.0 (2013-06-26)
+------------------
*New:*
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>'