Skip to content

Commit

Permalink
Prep for 3.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Nov 6, 2023
1 parent ce39260 commit 07bd175
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ Backwards incompatible changes:

Fixes and features:

None
* Added support for Python 3.12 (#221)

* Fix env file parsing in regards to quotes. (#230)


3.2.0 (March 21st, 2023)
Expand Down
4 changes: 2 additions & 2 deletions src/everett/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
__email__ = "willkg@mozilla.com"

# yyyymmdd
__releasedate__ = ""
__releasedate__ = "20231106"
# x.y.z or x.y.z.dev0
__version__ = "3.3.0.dev0"
__version__ = "3.3.0"


__all__ = [
Expand Down

0 comments on commit 07bd175

Please sign in to comment.