Skip to content

Commit dcdb7c5

Browse files
committed
Preparing release v0.7.0
1 parent 424cadc commit dcdb7c5

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.7.0 (2019-12-10)
2+
==================
3+
4+
- Added ``hypothesis` as a dependency. [#25]
5+
16
0.6.0 (2019-10-25)
27
==================
38

setup.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@
22
# Licensed under a 3-clause BSD style license - see LICENSE.rst
33
# -*- encoding: utf-8 -*-
44

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
136

147

158
def readme():
@@ -19,7 +12,7 @@ def readme():
1912

2013
setup(
2114
name='pytest-astropy',
22-
version='0.6.0',
15+
version='0.7.0',
2316
license='BSD',
2417
description='Meta-package containing dependencies for testing',
2518
long_description=readme(),

0 commit comments

Comments
 (0)