File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change
1
+ 0.7.0 (2019-12-10)
2
+ ==================
3
+
4
+ - Added ``hypothesis` as a dependency. [#25]
5
+
1
6
0.6.0 (2019-10-25)
2
7
==================
3
8
Original file line number Diff line number Diff line change 2
2
# Licensed under a 3-clause BSD style license - see LICENSE.rst
3
3
# -*- encoding: utf-8 -*-
4
4
5
- import io
6
- import re
7
- from glob import glob
8
- from os .path import basename
9
- from os .path import dirname
10
- from os .path import join
11
- from os .path import splitext
12
- from setuptools import setup , find_packages
5
+ from setuptools import setup
13
6
14
7
15
8
def readme ():
@@ -19,7 +12,7 @@ def readme():
19
12
20
13
setup (
21
14
name = 'pytest-astropy' ,
22
- version = '0.6 .0' ,
15
+ version = '0.7 .0' ,
23
16
license = 'BSD' ,
24
17
description = 'Meta-package containing dependencies for testing' ,
25
18
long_description = readme (),
You can’t perform that action at this time.
0 commit comments