Skip to content

Commit

Permalink
Merge pull request #75 from grahamgower/release-prep
Browse files Browse the repository at this point in the history
Prepare for 0.3.0 release.
  • Loading branch information
grahamgower authored Jan 8, 2022
2 parents 4861d04 + 7958929 commit 4cd7f35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [next release]
## [0.3.0] - 2022-01-08

* Improved the default positions of demes in `demesdraw.tubes()`
for tree-like models and more elaborate models with many demes.
Expand Down
7 changes: 2 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/grahamgower/demesdraw
classifiers =
Development Status :: 3 - Alpha
Development Status :: 4 - Beta
License :: OSI Approved :: ISC License (ISCL)
Operating System :: OS Independent
Intended Audience :: Science/Research
Expand Down Expand Up @@ -43,7 +43,7 @@ console_scripts =
demesdraw = demesdraw.__main__:cli

[flake8]
extend-exclude = docs/_build
extend-exclude = docs/_build,venv
# black-compatible settings
max-line-length = 88
extend-ignore = E203, W503
Expand All @@ -59,9 +59,6 @@ target_version = py36
[mypy-ruamel.*]
ignore_missing_imports = True

[mypy-scipy.*]
ignore_missing_imports = True

[mypy-matplotlib.*]
ignore_missing_imports = True

Expand Down

0 comments on commit 4cd7f35

Please sign in to comment.