Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Aug 17, 2020
1 parent 3e77c0c commit 0380d06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.2 (unreleased)
==================
1.1.0 (August 17, 2020)
=======================

**Added**

Expand Down
4 changes: 2 additions & 2 deletions pytest_plt/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"""

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

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

0 comments on commit 0380d06

Please sign in to comment.