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 d0e70bd commit 73bd645Copy full SHA for 73bd645
CHANGELOG.rst
@@ -2,8 +2,8 @@
2
ChangeLog
3
=========
4
5
-Release 0.4.0dev (unreleased)
6
-============================
+Release 0.4.0 (2017-04-01)
+==========================
7
8
* Fix the validation view with mandatory file (#140)
9
* A few typo fixes in documentation (#128).
setup.py
@@ -9,7 +9,7 @@
10
setup(
11
name='django-formidable',
12
- version='0.4.0.dev0',
+ version='0.4.0',
13
packages=find_packages(),
14
include_package_data=True,
15
license='BSD License',
0 commit comments