Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tokibito committed Feb 11, 2015
1 parent b699b95 commit 5eba23a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ Change History

0.3
===
:release-date:
:release-date: 2015-2-12

* support sendfile (--sendfile option)
* fixes #5 support custom User username field
* fixes #4 support Windows platform
* fixes #1 model string format

0.2
===
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(filename):

setup(
name='django-ftpserver',
version='0.2',
version='0.3',
description="FTP server application for Django.",
long_description=read('README.rst'),
package_dir={'': 'src'},
Expand Down

0 comments on commit 5eba23a

Please sign in to comment.