Skip to content

Commit

Permalink
Template for v1.4.0 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-young31 committed Jan 15, 2023
1 parent 6813afd commit a8c2b8f
Show file tree
Hide file tree
Showing 3 changed files with 21 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 @@ -39,7 +39,7 @@
- Merge when tests pass
"""

__version__ = "1.3.4"
__version__ = "1.4.0"


__all__ = [
Expand Down
19 changes: 19 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Changelog
=========

1.4.0
--------
----------

Functionality improvements
**************************
-


Usability improvements/Changes
******************************
-


Bug Fixes
*********
-


1.3.4
--------
----------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name="autode",
version="1.3.4",
version="1.4.0",
python_requires=">3.7",
packages=[
"autode",
Expand Down

0 comments on commit a8c2b8f

Please sign in to comment.