Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit 8016de7

Browse files
committed
Release 0.3.0
1 parent 75fa184 commit 8016de7

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
SimPhoNy CHANGELOG
22
======================
33

4+
Release 0.3.0
5+
-------------
6+
7+
* Fixed ABCModelingEngine documentation (#241)
8+
* Added lattice_tools module for checking lattice type (#240)
9+
* Added Materials (#227)
10+
* Added MaterialRelations (#226, #236)
11+
* Added CUBA keys to add_dataset method (#229)
12+
* Added documentation on how yo propose new CUBA (#209)
13+
414
Release 0.2.2
515
-------------
616

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def __call__(self, *args, **kwards):
9696
#
9797
version = '0.3.0'
9898
# The full version, including alpha/beta/rc tags.
99-
release = '0.3.0.dev0'
99+
release = '0.3.0'
100100

101101
# The language for content autogenerated by Sphinx. Refer to documentation
102102
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
README_TEXT = readme.read()
88

99
# Setup version
10-
VERSION = '0.3.0.dev0'
10+
VERSION = '0.3.0'
1111

1212

1313
def write_version_py(filename=None):

0 commit comments

Comments
 (0)