Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbekolay committed Jul 30, 2019
1 parent 8911bd7 commit 665037b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Release History
- Removed
- Fixed
1.0.0 (unreleased)
==================
1.0.0 (July 30, 2019)
=====================

Initial release of ``pytest-allclose``!
Thanks to all of the contributors for making this possible!
2 changes: 1 addition & 1 deletion pytest_allclose/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

name = "pytest_allclose"
version_info = (1, 0, 0) # (major, minor, patch)
dev = 0
dev = None

version = "{v}{dev}".format(
v=".".join(str(v) for v in version_info),
Expand Down

0 comments on commit 665037b

Please sign in to comment.