diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 4d38321..003ac9f 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -17,6 +17,9 @@ build: # number: 0 requirements: + host: + - pip + build: - python >=3.5|2.7.* - setuptools @@ -26,6 +29,12 @@ requirements: - setuptools - numpy >=1.3 + test: + - python >=3.5|2.7.* + - setuptools + - numpy >=1.3 + - pytest + test: # Python imports imports: diff --git a/rever.xsh b/rever.xsh index 92f2802..ec92a4a 100644 --- a/rever.xsh +++ b/rever.xsh @@ -9,9 +9,9 @@ $ACTIVITIES = [ $PUSH_TAG_REMOTE = 'git@github.com:diffpy/diffpy.utils.git' # Repo to push tags to $GITHUB_ORG = 'diffpy' # Github org for Github releases and conda-forge $GITHUB_REPO = 'diffpy.utils' # Github repo for Github releases and conda-forge -$GHRELEASE_PREPEND = """See [CHANGELOG.md](CHANGELOG.md) for detailed release notes. $CHANGELOG_FILENAME = 'CHANGELOG.rst' $CHANGELOG_IGNORE = ['TEMPLATE.rst'] +$GHRELEASE_PREPEND = """See [CHANGELOG.md](CHANGELOG.md) for detailed release notes. The release is also available at [PyPI](https://pypi.org/project/diffpy.utils/) and [Conda](https://anaconda.org/conda-forge/diffpy.utils). """ # release message diff --git a/setup.py b/setup.py index e31540b..21625b4 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # Use this version when git data are not available, like in git zip archive. # Update when tagging a new release. -FALLBACK_VERSION = '3.1.0' +FALLBACK_VERSION = '3.2.0' # versioncfgfile holds version data for git commit hash and date. # It must reside in the same directory as version.py.