diff --git a/CHANGELOG b/CHANGELOG
index 53ac3d24ed7e8bfd02867f51facaa64c97066fe5..1a60f84f816d7aab4892852cae89492c23b7e1fb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+smasch (1.0.0~beta.1-1) unstable; urgency=low
+
+  * bug fix: python dependencies are not in conflict
+
+ -- Piotr Gawron <piotr.gawron@uni.lu>  Tue, 15 Dec 2020 11:00:00 +0200
+
 smasch (1.0.0~beta.0-1) unstable; urgency=low
 
   * backward incompatible: all ncer/pdp related fields are moved to custom
diff --git a/smash/web/templates/_base.html b/smash/web/templates/_base.html
index 406c4511f0d204bc4f9349404d3a904b6b37e125..84d7f5c205caefb85083f227d2112a4d27bfc723 100644
--- a/smash/web/templates/_base.html
+++ b/smash/web/templates/_base.html
@@ -256,7 +256,7 @@ desired effect
         {% block footer %}
             <!-- To the right -->
             <div class="pull-right hidden-xs">
-                Version: <strong>1.0.0~beta.0</strong>
+                Version: <strong>1.0.0~beta.1</strong>
             </div>
 
             <!-- Default to the left -->