diff --git a/README.rst b/README.rst index bda606d..3d87084 100644 --- a/README.rst +++ b/README.rst @@ -19,8 +19,8 @@ Contributors Changes ======= -0.3dev ------- +0.3 +--- - introduce ``default_file_factory`` on directories for controlling default file child creation. diff --git a/setup.py b/setup.py index f95a114..a9115a8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ ) -version = '0.3dev' +version = '0.3' shortdesc = "Filesystem directory abstraction based on nodes" longdesc = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read() longdesc += open(os.path.join(os.path.dirname(__file__), 'LICENSE.rst')).read()