Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.0](v1.2.0...v1.3.0) (2023-01-11)

### 🧹 Chore

* remove unneeded file ([cb159ca](cb159ca))
* remove unneeded libs ([eba412c](eba412c))
* show apt install output ([a465855](a465855))

### ✨ Features

* send email when dynamic ended succesfully ([baf3df3](baf3df3))

### 🐛 Fixes

* show app version, remove unused imports ([d116bcc](d116bcc))
  • Loading branch information
semantic-release-bot committed Jan 11, 2023
1 parent d116bcc commit 6a3dbe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ class Config(object):
SOURCE_COMMAND = '/bin/bash -c source /usr/local/gromacs/bin/GMXRC'
MDP_LOCATION_FOLDER = os.path.join(basedir, 'static', 'mdpfiles')
LANGUAGES = ['en', 'pt']
VERSION = "1.0.0"
VERSION = "1.3.0"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "visualdynamics",
"version": "1.2.0",
"version": "1.3.0",
"description": "A Python web application for molecular dynamics",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 6a3dbe9

Please sign in to comment.