Skip to content

Commit ae307f8

Browse files
committed
created new release
1 parent b3939d6 commit ae307f8

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Version 0.4.0 (25/02/2019)
2+
3+
## Changed
4+
5+
* Moved all the functionality to build and analysis quantum dot structures to [their own repo](https://github.com/BvB93/CAT)
6+
* Moved `molkit` functionality to [PLAMS](https://github.com/SCM-NV/PLAMS)
7+
18
# 08/01/2019
29

310
## Removed

README.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22
.. image:: https://travis-ci.org/SCM-NV/qmflows.svg?branch=master
3-
:target: https://travis-ci.org/SCM-NV/qmflows
3+
:target: https://travis-ci.org/SCM-NV/qmflows
4+
.. image:: https://readthedocs.org/projects/qmflows/badge/?version=latest
5+
:target: https://qmflows.readthedocs.io/en/latest/?badge=latest
6+
:alt: Documentation Status
47
.. image:: https://img.shields.io/badge/python-3.6-blue.svg
58

69
QMFlows

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def readme():
1010

1111
setup(
1212
name='qmflows',
13-
version='0.3.0',
13+
version='0.4.0',
1414
description='Automation of computations in quantum chemistry',
1515
license='Apache 2.0',
1616
url='https://github.com/SCM-NV/qmflows',

0 commit comments

Comments
 (0)