Skip to content

Commit

Permalink
Merge pull request #223 from grahamgower/release-prep
Browse files Browse the repository at this point in the history
Prepare for 0.1.0a2 release.
  • Loading branch information
grahamgower authored Feb 24, 2021
2 parents fb4f8c2 + bff8da7 commit c31ee9a
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
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.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
=========
Changelog
=========

.. include:: ../CHANGELOG.rst
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
release = demes.__version__
# Remove trailing git hash stuff.
release = release.split("+")[0]
version = release[:3]
version = release

# -- General configuration ---------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Welcome to demes' documentation!
convert
schema
development
changelog


Indices and tables
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
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"]
10 changes: 6 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@ name = demes
author = PopSim Consortium
license = ISC
description = tools for describing demographic models
long_description = file: README.md, LICENSE
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/popsim-consortium/demes-python
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: ISC License (ISCL)
Operating System :: OS Independent
Intended Audience :: Science/Research
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering

[options]
Expand All @@ -37,9 +42,6 @@ extend-ignore = E203, W503
[mypy]
files = demes, tests

[mypy-jsonschema.*]
ignore_missing_imports = True

[mypy-msprime.*]
ignore_missing_imports = True

Expand Down

0 comments on commit c31ee9a

Please sign in to comment.