diff --git a/autode/__init__.py b/autode/__init__.py index ae0a9a0b5..9a638f1e1 100644 --- a/autode/__init__.py +++ b/autode/__init__.py @@ -32,7 +32,7 @@ - Merge when tests pass """ -__version__ = '1.3.1' +__version__ = '1.3.2' __all__ = [ diff --git a/doc/changelog.rst b/doc/changelog.rst index c4d84dbe0..b2288d6d9 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,6 +1,17 @@ Changelog ========= +1.3.2 +-------- +---------- + +Bugfix release. + + +Bug Fixes +********* +- :code:`autode.transition_states.ts_guess.TSguess.from_species` now inherits solvent from the species + 1.3.1 -------- diff --git a/setup.py b/setup.py index 3c0f5537b..64b3bd39d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ extra_link_args=["-std=c++11"])] setup(name='autode', - version='1.3.1', + version='1.3.2', python_requires='>3.7', packages=['autode', 'autode.conformers',