Skip to content

Commit

Permalink
Merge branch 'release/v0.3.9' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
myyang committed Apr 11, 2016
2 parents 198b0a4 + 77e7ac5 commit 970951e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ Then getting field value what you want:
Version
-------

*v0.3.9* -- Fix packages including in setup.py

*v0.3.8* -- Bugs fixed: Apply submiddleware to auto_now field and check format in submiddleware

*V0.3.7* -- Check minimum value.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def run(self):


setup(name='django-unixtimestampfield',
version='0.3.8',
version='0.3.9',
packages=find_packages(),
license='MIT',
author='Garfield.Yang',
Expand Down

0 comments on commit 970951e

Please sign in to comment.