Skip to content

Commit

Permalink
Prepare ploy_fabric 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fschulze committed Aug 17, 2022
1 parent b7d110e commit b9f19f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

2.0.0b3 - Unreleased
--------------------
2.0.0 - 2022-08-17
------------------

* Dropped support for Python < 3.7.
[fschulze]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
HISTORY = open(os.path.join(here, 'HISTORY.rst')).read()


version = "2.0.0b3"
version = "2.0.0"

install_requires = [
'setuptools',
Expand Down

0 comments on commit b9f19f8

Please sign in to comment.