Skip to content

Commit 2b5124d

Browse files
committed
Incrementing version to 0.3.1.
1 parent 5c9e104 commit 2b5124d

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

Changelog.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ CHANGELOG
33

44
Changes from 0.2 to 0.3
55
-----------------------
6+
New in 0.3.1
7+
''''''''''''
8+
9+
New features
10+
""""""""""""
11+
* FEFFPhotonMatterInteractor: Calculator for the opensource part of FEFF8.5 allowing calculation
12+
of EXAFS spectra for a given sample specification.
13+
14+
Documentation
15+
"""""""""""""
16+
* Including more utility functions and new calculators (added since version 0.2) to the reference manual.
17+
18+
Bug fixes and enhancements
19+
""""""""""""""""""""""""""
20+
* Fixed missing documentation in 0.3.0
21+
22+
623

724
New in 0.3.0
825
''''''''''''

Sources/doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# The short X.Y version.
6565
version = '0.3'
6666
# The full version, including alpha/beta/rc tags.
67-
release = '0.3.0'
67+
release = '0.3.1'
6868

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

Sources/python/SimEx/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.0'
1+
__version__ = '0.3.1'

0 commit comments

Comments
 (0)