Skip to content

Commit

Permalink
Preparing to create tag 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenvp committed Jul 31, 2024
1 parent a17944c commit 2092d39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ of every change, see the Git log.

Latest
------
* tbd

2.0.0
-----
* Major: Removed the default diffs on mismatch. The user can provide those
themselves in the mismatch callback function.
* Minor: Reorgnaized the internal structure of the data recorder to make it
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
with io.open(os.path.join(cwd, "README.rst"), encoding="utf-8") as fd:
long_description = fd.read()

VERSION = "1.7.0"
VERSION = "2.0.0"

setup(
name="pytest-datarecorder",
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import waflib

top = "."

VERSION = "1.7.0"
VERSION = "2.0.0"


class UploadContext(BuildContext):
Expand Down

0 comments on commit 2092d39

Please sign in to comment.