Skip to content

Commit 1d484f1

Browse files
committed
Release v0.5.0
1 parent 0d4afce commit 1d484f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
ChangeLog
33
=========
44

5-
Release 0.5.0dev (unreleased)
6-
=============================
5+
Release 0.5.0 (2017-01-10)
6+
==========================
77

88
* Fix the demo site to work with Django 1.8 *and* with logged-in users (#146).
99
* Added a callback on success / failure mechanism (#134).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='django-formidable',
12-
version='0.5.0dev',
12+
version='0.5.0',
1313
packages=find_packages(),
1414
include_package_data=True,
1515
license='BSD License',

0 commit comments

Comments
 (0)