Skip to content

Commit ab41c2d

Browse files
authored
Merge pull request #31 from Sparks29032/new_version
Edits for rever release
2 parents dfd057c + 309ee6d commit ab41c2d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

conda-recipe/meta.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ build:
1717
# number: 0
1818

1919
requirements:
20+
host:
21+
- pip
22+
2023
build:
2124
- python >=3.5|2.7.*
2225
- setuptools
@@ -26,6 +29,12 @@ requirements:
2629
- setuptools
2730
- numpy >=1.3
2831

32+
test:
33+
- python >=3.5|2.7.*
34+
- setuptools
35+
- numpy >=1.3
36+
- pytest
37+
2938
test:
3039
# Python imports
3140
imports:

rever.xsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ $ACTIVITIES = [
99
$PUSH_TAG_REMOTE = '[email protected]:diffpy/diffpy.utils.git' # Repo to push tags to
1010
$GITHUB_ORG = 'diffpy' # Github org for Github releases and conda-forge
1111
$GITHUB_REPO = 'diffpy.utils' # Github repo for Github releases and conda-forge
12-
$GHRELEASE_PREPEND = """See [CHANGELOG.md](CHANGELOG.md) for detailed release notes.
1312
$CHANGELOG_FILENAME = 'CHANGELOG.rst'
1413
$CHANGELOG_IGNORE = ['TEMPLATE.rst']
14+
$GHRELEASE_PREPEND = """See [CHANGELOG.md](CHANGELOG.md) for detailed release notes.
1515
1616
The release is also available at [PyPI](https://pypi.org/project/diffpy.utils/) and [Conda](https://anaconda.org/conda-forge/diffpy.utils).
1717
""" # release message

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# Use this version when git data are not available, like in git zip archive.
1414
# Update when tagging a new release.
15-
FALLBACK_VERSION = '3.1.0'
15+
FALLBACK_VERSION = '3.2.0'
1616

1717
# versioncfgfile holds version data for git commit hash and date.
1818
# It must reside in the same directory as version.py.

0 commit comments

Comments
 (0)