Skip to content

Commit 4c0ac14

Browse files
committed
Merge branch 'hotfix/1.4.1.post2'
2 parents 7947ad2 + fc5c7f3 commit 4c0ac14

File tree

6 files changed

+13
-242
lines changed

6 files changed

+13
-242
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Release 1.4.1.post2
2+
===================
3+
4+
This is a "house-keeping" commit. No new features or fixes are introduced.
5+
6+
* Update changelog.
7+
* Removed the ``Pipfile`` which was introduced in ``1.4.1.post1``. The file
8+
caused false positives on security checks. Additionally, having a ``Pipfile``
9+
is mainly useful in applications, and not in libraries like this one.
10+
111
Release 1.4.1.post1
212
===================
313

Pipfile

Lines changed: 0 additions & 18 deletions
This file was deleted.

Pipfile.lock

Lines changed: 0 additions & 222 deletions
This file was deleted.

cluster/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1.post1
1+
1.4.1.post2

dev-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx

fabfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@fab.task
55
def doc():
66
with fab.lcd('docs'):
7-
fab.local('pipenv run sphinx-build '
7+
fab.local('../env/bin/sphinx-build '
88
'-b html '
99
'-d _build/doctrees . '
1010
'_build/html')

0 commit comments

Comments
 (0)