Skip to content

Commit

Permalink
Bump versions (duartegroup#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-young31 authored Oct 19, 2022
1 parent 8e27386 commit 0ad06fc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
- Merge when tests pass
"""

__version__ = '1.3.1'
__version__ = '1.3.2'


__all__ = [
Expand Down
11 changes: 11 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
--------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0ad06fc

Please sign in to comment.