Version 1.8.0
This commit is contained in:
parent
dafd0cc89c
commit
48ec2b341e
3 changed files with 6 additions and 6 deletions
|
|
@ -3,8 +3,8 @@ Changelog
|
|||
|
||||
Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.<patch>``).
|
||||
|
||||
UNRELEASED (TBC)
|
||||
----------------
|
||||
v1.8.0 (2021-04-12)
|
||||
-------------------
|
||||
|
||||
Features
|
||||
^^^^^^^^
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
-------
|
||||
|
|
|
|||
Loading…
Reference in a new issue