Version 1.8.0

This commit is contained in:
Ashley Whetter 2021-04-12 20:46:07 -07:00
parent dafd0cc89c
commit 48ec2b341e
3 changed files with 6 additions and 6 deletions

View File

@ -3,8 +3,8 @@ Changelog
Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.<patch>``).
UNRELEASED (TBC)
----------------
v1.8.0 (2021-04-12)
-------------------
Features
^^^^^^^^

View File

@ -3,5 +3,5 @@
from .extension import setup
__version__ = "1.7.0"
__version_info__ = (1, 7, 0)
__version__ = "1.8.0"
__version_info__ = (1, 8, 0)

View File

@ -9,7 +9,7 @@ Pre-Checks
1. Check that the dependencies of the package are correct.
2. Clean the ``.tox`` directory and run the tests.
3. Commit and push any changes needed to make the tests pass.
4. Check that the tests passed on travis and appveyor.
4. Check that the tests passed on github.
Preparation
-----------
@ -18,7 +18,7 @@ Preparation
2. Add any missing changelog entries.
3. Put the version number and release date into the changelog.
4. Commit and push the changes.
5. Check that the tests passed on travis and appveyor.
5. Check that the tests passed on github.
Release
-------