-
Notifications
You must be signed in to change notification settings - Fork 28
Docs updates #76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs updates #76
Conversation
@acul - noticed resolver tests would not run. It looks like you were using the I've also added towncrier and newsfragments, summarizing from your recent PRs. Please check what I've added to make sure you agree with what I've written. Thanks! |
I think yes, I aim to pick that up soon. |
Docs dependencies were pinned too low and
bumpversion
is deprecated forbump-my-version
.Closes #71
Actions Taken
Sphinx
andcoverage
bumpversion
withbump-my-version
, moved config frombumpversion.cfg
topyproject.toml
.towncrier
dependency + config, addednewsfragment
folder + newsfragments for recent PRs.setup.py
to build, addedbuild
dependency and use that instead.test
dependencies intodev
.aiodns
dependency was unused, removed it, but requireddnspython
was not in dependencies, added it.