Skip to content

Commit 4d90cd2

Browse files
committed
changelog
Change-Id: I665720ac3bfc004b9ccd115b9c53025d814c7529
1 parent df4b447 commit 4d90cd2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
Version 0.0.4
5+
-------------
6+
7+
- Added DaskDataframe factory
8+
49
Version 0.0.3
510
-------------
611

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ commands_post =
4343
skip_install = true
4444
setenv =
4545
PIP_INDEX_URL = https://bbpteam.epfl.ch/repository/devpi/simple
46-
deps = bbp-nse-ci
47-
commands = do_release.py -p . check-version
46+
deps = bbp-nse-ci>=0.2.5
47+
commands =
48+
do_release.py -p . check-version
49+
do_release.py -p . check-changelog --release-only
4850
commands_pre =
4951
commands_post =
5052

0 commit comments

Comments
 (0)