Skip to content

Commit

Permalink
Merge tag '2.0.4' into develop
Browse files Browse the repository at this point in the history
Fixed issue 60
  • Loading branch information
luissian committed Jan 31, 2022
2 parents e9b6cce + 0b45fe1 commit 1b24df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion iSkyLIMS_core/templates/iSkyLIMS_core/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h4>Powered by :</h4>
</div>
<div class="row">
<div class="col-md-2 col-md-offset-5">
<p>Version 2.0.3</p>
<p>Version 2.0.4</p>
</div>
</div>
<!--// end row -->
Expand Down
1 change: 1 addition & 0 deletions iSkyLIMS_wetlab/utils/generic_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from logging.config import fileConfig
from logging.handlers import RotatingFileHandler
from smb.SMBConnection import SMBConnection
import socket

from django.core.mail import send_mail
from django.contrib.auth.models import Group, User
Expand Down

0 comments on commit 1b24df7

Please sign in to comment.