-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### What kind of change does this PR introduce? * Prepares the next minor release ### Does this PR introduce a breaking change? No. ### Other information: The autoformatting for version bumping isn't great. I'm going to redesign it upstream to be a tad simpler/more useful. I'll also be proposing this version for acceptance into the `conda-forge` repository. It's reached an adequate level of stability, IMO.
- Loading branch information
Showing
5 changed files
with
6 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,4 @@ | |
|
||
__author__ = """Thomas-Charles Fortier Filion""" | ||
__email__ = "[email protected]" | ||
__version__ = "0.3.7-dev.8" | ||
__version__ = "0.4.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,4 +35,4 @@ def test_package_metadata(): | |
contents = f.read() | ||
assert """Thomas-Charles Fortier Filion""" in contents | ||
assert '__email__ = "[email protected]"' in contents | ||
assert '__version__ = "0.3.7-dev.8"' in contents | ||
assert '__version__ = "0.4.0"' in contents |