-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #223 from grahamgower/release-prep
Prepare for 0.1.0a2 release.
- Loading branch information
Showing
6 changed files
with
27 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
******************** | ||
0.1.0a2 - 2021-02-24 | ||
******************** | ||
|
||
Alpha release for testing. The API and the schema for YAML files have been | ||
largely agreed upon. Backwards-incompatible changes before the first stable | ||
release are still possible, but are considered unlikely. | ||
|
||
******************** | ||
0.1.0a1 - 2020-11-12 | ||
******************** | ||
|
||
Initial alpha release to reserve the name 'demes' on pypi. |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
========= | ||
Changelog | ||
========= | ||
|
||
.. include:: ../CHANGELOG.rst |
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 |
---|---|---|
|
@@ -18,6 +18,7 @@ Welcome to demes' documentation! | |
convert | ||
schema | ||
development | ||
changelog | ||
|
||
|
||
Indices and tables | ||
|
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[build-system] | ||
# We need setup.cfg support, which setuptools indtroduced in 30.3.0. | ||
# We need setup.cfg support, which setuptools introduced in 30.3.0. | ||
requires = ["setuptools>=30.3.0", "wheel", "setuptools_scm"] |
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