Skip to content
Snippets Groups Projects
Commit c2c9a2e9 authored by imcovangent's avatar imcovangent
Browse files

Version 0.7.7 for pypi.

Former-commit-id: 87edaeabc32b50fb56e56d49b177686a8d5fc491
parent e78dc706
No related branches found
No related tags found
No related merge requests found
Pipeline #193027 failed
......@@ -15,6 +15,7 @@ graft kadmos/vispack/VISTOMS_170803
graft kadmos/vispack/VISTOMS_170814
graft kadmos/vispack/VISTOMS_170817
graft kadmos/vispack/VISTOMS_dev
graft kadmos/vispack/VISTOMS_TreeViewer
# Include XDSM templates
include kadmos/external/XDSM_writer/*.tex
......
......@@ -73,6 +73,12 @@ Changelog
- Matching KADMOS with CMDOWS 0.8
- Inclusion of distributed architectures and derivatives
## 0.7.7 (05/02/2017)
- Additional CMDOWS functions
- Bug fixes
- Pip install for latest KE-chain 2.7
## 0.7.6 (21/12/2017)
- Further matching of KADMOS with CMDOWS 0.7
......
File added
f4823b3fdcacdc1eb37d377be570c14298576dcb
\ No newline at end of file
No preview for this file type
No preview for this file type
This diff is collapsed.
This diff is collapsed.
No preview for this file type
......@@ -73,6 +73,11 @@
<td>&#160;&#160;&#160;
<a href="KADMOS.html#module-kadmos.utilities.printing"><code class="xref">kadmos.utilities.printing</code></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>&#160;&#160;&#160;
<a href="KADMOS.html#module-kadmos.utilities.strings"><code class="xref">kadmos.utilities.strings</code></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>&#160;&#160;&#160;
......
This diff is collapsed.
__version__ = "0.7.6"
__version__ = "0.7.7"
from setuptools import setup, find_packages
version = '0.7.6'
version = '0.7.7'
def readme():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment