Skip to content

Commit

Permalink
Merge pull request #79 from twisted/release-update
Browse files Browse the repository at this point in the history
Release version 22.10.0 with Mypy type checking included
  • Loading branch information
glyph authored Oct 15, 2022
2 parents 5845557 + 0de1eaf commit 19a308d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
15 changes: 15 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Incremental 22.10.0 (2022-10-15)
================================

No significant changes.


Incremental 22.10.0.rc1 (2022-10-04)
====================================

Features
--------

- Incremental now supports type-checking with Mypy (#69)


Incremental 21.3.0 (2021-03-01)
===============================

Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ build-backend = "setuptools.build_meta"

[tool.black]
target-version = ['py27', 'py36', 'py37', 'py38']

[tool.towncrier]
filename = "NEWS.rst"
package_dir = "src/"
package = "incremental"
2 changes: 1 addition & 1 deletion src/incremental/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

from incremental import Version

__version__ = Version("Incremental", 21, 3, 0)
__version__ = Version("Incremental", 22, 10, 0, post=0)
__all__ = ["__version__"]
4 changes: 0 additions & 4 deletions towncrier.ini

This file was deleted.

0 comments on commit 19a308d

Please sign in to comment.