Skip to content

Commit

Permalink
Merge pull request #9 from jacebrowning/release/v2.0
Browse files Browse the repository at this point in the history
Release v2.0
  • Loading branch information
jacebrowning authored Feb 6, 2020
2 parents cf3d51b + 20568ed commit 124e9f1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .verchew.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = GNU Make
[Python]

cli = python
versions = 3.6 || 3.7 || 3.8
version = 3

[Poetry]

Expand Down
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# 2.0 (unreleased)
# 2.0 (2020-02-06)

- Dropped Python 2 support.
- Added support for Python 3.8.

# 1.3 (2018/08/10)
# 1.3 (2018-08-10)

- Added `startswith`, `endswith`, `istartswith`, and `iendswith` helpers.
- Added support for Python 3.7.

# 1.2 (2018/03/17)
# 1.2 (2018-03-17)

- Added `icontains` method to check for containment ignoring case.
- Added `iexcludes` method to check for exclusion ignoring case.

# 1.1 (2018/02/21)
# 1.1 (2018-02-21)

- Added `expect` fixture to use directly in tests.

# 1.0 (2017/12/03)
# 1.0 (2017-12-03)

- Initial stable release.

# 0.2.2.post7 (2017/12/02)
# 0.2.2.post7 (2017-12-02)

- Added automatic conversion from `OrderedDict` to `dict` on Python 3.6 to create readable diffs.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "pytest-expecter"
version = "2.0a2"
version = "2.0"
description = "Better testing with expecter and pytest."

license = "BSD"
Expand All @@ -10,12 +10,11 @@ authors = ["Jace Browning <[email protected]>"]

readme = "README.md"

homepage = "https://pypi.org/pytest-expecter/demo"
homepage = "https://pypi.org/project/pytest-expecter"
documentation = "https://pytest-expecter.readthedocs.io"
repository = "https://github.com/jacebrowning/pytest-expecter"

keywords = [
]
keywords = ["pytest", "testing"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Plugins",
Expand All @@ -25,6 +24,7 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Software Development :: Testing",
]

Expand Down

0 comments on commit 124e9f1

Please sign in to comment.