We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0f96f commit 25e4b46Copy full SHA for 25e4b46
CHANGELOG.md
@@ -2,9 +2,12 @@
2
3
## Unreleased
4
5
-## Added
+## 1.4.1 - 31 May 2016
6
+
7
+### Added
8
9
* Webservice online at http://3d-e-chem.vu-compmedchem.nl/kripodb/ui/
10
+* Ignore_upper triangle option in distance import sub command
11
12
## 1.4.0 - 3 May 2016
13
kripodb/version.py
@@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
14
15
-__version_info__ = ('1', '4', '0')
+__version_info__ = ('1', '4', '1')
16
__version__ = '.'.join(__version_info__)
0 commit comments