Version 1.8.0

pull/284/head v1.8.0
Ashley Whetter 3 years ago
parent dafd0cc89c
commit 48ec2b341e

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

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

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

Loading…
Cancel
Save