Skip to content

Commit

Permalink
Bumped to version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed May 31, 2016
1 parent db0f96f commit 25e4b46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## Unreleased

## Added
## 1.4.1 - 31 May 2016

### Added

* Webservice online at http://3d-e-chem.vu-compmedchem.nl/kripodb/ui/
* Ignore_upper triangle option in distance import sub command

## 1.4.0 - 3 May 2016

Expand Down
2 changes: 1 addition & 1 deletion kripodb/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version_info__ = ('1', '4', '0')
__version_info__ = ('1', '4', '1')
__version__ = '.'.join(__version_info__)

0 comments on commit 25e4b46

Please sign in to comment.