From eec8f09d6f9b7a9caa8f4a9fbcbbf86733a56c8b Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sun, 25 Feb 2018 15:56:53 +0000 Subject: [PATCH] Add CI changes to changelog --- docs/changelog.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 35e548207..9af14b2f1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,8 +1,16 @@ Changelog ######### -1.3.0 (Unreleased) -================== +1.4.0 +===== + +* Refactor the use of travis/tox/pytest/coverage into two files: + ``.travis.yml`` and ``setup.cfg``. +* Start generating requirements.txt from a Pipfile. I'll probably switch over + to just using pipenv in the future. + +1.3.0 +===== * You can now run Paperless without a login, though you'll still have to create at least one user. This is thanks to a pull-request from `matthewmoto`_: