Skip to content

Commit 07bd175

Browse files
committed
Prep for 3.3.0 release
1 parent ce39260 commit 07bd175

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

HISTORY.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Backwards incompatible changes:
1010

1111
Fixes and features:
1212

13-
None
13+
* Added support for Python 3.12 (#221)
14+
15+
* Fix env file parsing in regards to quotes. (#230)
1416

1517

1618
3.2.0 (March 21st, 2023)

src/everett/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
__email__ = "willkg@mozilla.com"
1313

1414
# yyyymmdd
15-
__releasedate__ = ""
15+
__releasedate__ = "20231106"
1616
# x.y.z or x.y.z.dev0
17-
__version__ = "3.3.0.dev0"
17+
__version__ = "3.3.0"
1818

1919

2020
__all__ = [

0 commit comments

Comments
 (0)