Skip to content

Commit

Permalink
Release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdubicki committed Oct 27, 2022
1 parent a1f7813 commit 540aa52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog

This is the changelog for Puppetboard.

unreleased
4.2.0
----------
* Confirm support for Python 3.11 (final), switch the Docker image to use that version of Python.

Expand Down
2 changes: 1 addition & 1 deletion puppetboard/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Puppetboard version module
#

__version__ = '4.1.2'
__version__ = '4.2.0'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MarkupSafe >=2,<3
WTForms >=3,<4
Werkzeug >=2,<3
itsdangerous >=2,<3
pypuppetdb>=3,<4
pypuppetdb>=3.1.0,<4
requests >=2.28,<3
CommonMark==0.9.1
packaging==21.3
Expand Down

0 comments on commit 540aa52

Please sign in to comment.