Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tokibito committed May 12, 2016
1 parent 1d33217 commit 599e338
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Change History
==============

0.3.5
=====
:release-date: 2016-01-26

* #10 Fix daemonize problem in Django 1.9

0.3.4
=====
:release-date: 2015-12-15
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@ def setup_django():

# General information about the project.
project = u'Django FTP server'
copyright = u'2015, Shinya Okano'
copyright = u'2016, Shinya Okano'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.3.1'
version = '0.3.5'
# The full version, including alpha/beta/rc tags.
release = '0.3.1'
release = '0.3.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.3.4',
version='0.3.5',
description="FTP server application for Django.",
long_description=read('README.rst'),
package_dir={'': 'src'},
Expand Down
2 changes: 1 addition & 1 deletion src/django_ftpserver/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.4'
__version__ = '0.3.5'

0 comments on commit 599e338

Please sign in to comment.