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

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roigcarlo committed Jan 13, 2016
1 parent 75fa184 commit 8016de7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
SimPhoNy CHANGELOG
======================

Release 0.3.0
-------------

* Fixed ABCModelingEngine documentation (#241)
* Added lattice_tools module for checking lattice type (#240)
* Added Materials (#227)
* Added MaterialRelations (#226, #236)
* Added CUBA keys to add_dataset method (#229)
* Added documentation on how yo propose new CUBA (#209)

Release 0.2.2
-------------

Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def __call__(self, *args, **kwards):
#
version = '0.3.0'
# The full version, including alpha/beta/rc tags.
release = '0.3.0.dev0'
release = '0.3.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
README_TEXT = readme.read()

# Setup version
VERSION = '0.3.0.dev0'
VERSION = '0.3.0'


def write_version_py(filename=None):
Expand Down

0 comments on commit 8016de7

Please sign in to comment.