Skip to content

Commit

Permalink
0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Dec 16, 2013
1 parent eca6fb0 commit aa18d3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Contributors
Changes
=======

0.3dev
------
0.3
---

- introduce ``default_file_factory`` on directories for controlling default
file child creation.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit aa18d3f

Please sign in to comment.