diff --git a/hepdata/modules/theme/templates/hepdata_theme/pages/about.html b/hepdata/modules/theme/templates/hepdata_theme/pages/about.html
index 358af9d36..2c0bce94f 100644
--- a/hepdata/modules/theme/templates/hepdata_theme/pages/about.html
+++ b/hepdata/modules/theme/templates/hepdata_theme/pages/about.html
@@ -242,6 +242,11 @@
{% with talks = [
+ {'meeting': '(Re)interpreting the results of new physics searches at the LHC',
+ 'location': 'CERN, Geneva (remote by Zoom)',
+ 'speaker': 'Graeme Watt',
+ 'date': 'Dec 2022',
+ 'link': 'https://indico.cern.ch/event/1197680/contributions/5127287/attachments/2565045/4421950/watt_hepdata_dec2022.pdf'},
{'meeting': 'Belle II Data Preservation Workshop',
'location': 'Roma Tre University, Rome',
'speaker': 'Graeme Watt',
diff --git a/hepdata/version.py b/hepdata/version.py
index 4b6ea559a..edf340115 100644
--- a/hepdata/version.py
+++ b/hepdata/version.py
@@ -28,4 +28,4 @@
and parsed by ``setup.py``.
"""
-__version__ = "0.9.4dev20221205"
+__version__ = "0.9.4dev20221212"