Skip to content

Commit

Permalink
Merge pull request #31 from Sparks29032/new_version
Browse files Browse the repository at this point in the history
Edits for rever release
  • Loading branch information
sbillinge authored Oct 2, 2023
2 parents dfd057c + 309ee6d commit ab41c2d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ build:
# number: 0

requirements:
host:
- pip

build:
- python >=3.5|2.7.*
- setuptools
Expand All @@ -26,6 +29,12 @@ requirements:
- setuptools
- numpy >=1.3

test:
- python >=3.5|2.7.*
- setuptools
- numpy >=1.3
- pytest

test:
# Python imports
imports:
Expand Down
2 changes: 1 addition & 1 deletion rever.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ab41c2d

Please sign in to comment.