Back to development: 2.1.3

This commit is contained in:
Eric Steele 2013-03-05 18:38:41 -05:00
parent 777a41435b
commit 9bf10a6fc6
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
2.1.3 (unreleased)
------------------
- Nothing changed yet.
2.1.2 (2013-03-05)
------------------

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os
version = '2.1.2'
version = '2.1.3.dev0'
setup(name='plone.dexterity',
version=version,