We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4afce commit 1d484f1Copy full SHA for 1d484f1
CHANGELOG.rst
@@ -2,8 +2,8 @@
2
ChangeLog
3
=========
4
5
-Release 0.5.0dev (unreleased)
6
-=============================
+Release 0.5.0 (2017-01-10)
+==========================
7
8
* Fix the demo site to work with Django 1.8 *and* with logged-in users (#146).
9
* Added a callback on success / failure mechanism (#134).
setup.py
@@ -9,7 +9,7 @@
10
setup(
11
name='django-formidable',
12
- version='0.5.0dev',
+ version='0.5.0',
13
packages=find_packages(),
14
include_package_data=True,
15
license='BSD License',
0 commit comments