We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce39260 commit 07bd175Copy full SHA for 07bd175
HISTORY.rst
@@ -10,7 +10,9 @@ Backwards incompatible changes:
10
11
Fixes and features:
12
13
-None
+* Added support for Python 3.12 (#221)
14
+
15
+* Fix env file parsing in regards to quotes. (#230)
16
17
18
3.2.0 (March 21st, 2023)
src/everett/__init__.py
@@ -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"
19
20
__all__ = [
0 commit comments