Skip to content

Commit

Permalink
Cut 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Aug 6, 2023
1 parent 2154ce6 commit bc30e4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (3, 2, 0)
__version_info__ = (3, 2, 1)
__version__ = ".".join(map(str, __version_info__))
4 changes: 4 additions & 0 deletions sites/www/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Changelog
names in this paragraph to visit their changelogs and see what you might get
if you upgrade your dependencies.

- :release:`3.2.1 <2023-08-06>`
- :bug:`-` Neglected to actually add ``deprecated`` to our runtime dependency
specification (it was still in our development dependencies). This has been
fixed.
- :release:`3.2.0 <2023-08-06>`
- :feature:`-` Enhanced `fabric.testing` in ways large and small:

Expand Down

0 comments on commit bc30e4f

Please sign in to comment.