Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ChangeLog
master (unreleased)
===================

Nothing here yet.
- [Documentation] Fixed a missing ``cd`` in docs. You can't run pytest from project root (#293).

Release 1.2.1 (2018-01-12)
==========================
Expand Down
1 change: 1 addition & 0 deletions docs/source/dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ We've added a section in our ``setup.cfg``, so you should be able to run tests s

.. code:: shell

$ cd demo/
$ py.test


Expand Down
1 change: 0 additions & 1 deletion formidable/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from .json_migrations import latest_version


default_app_config = 'formidable.app.FormidableConfig'
version = '1.3.0.dev0'
json_version = latest_version