Skip to content

Commit

Permalink
bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkelSchubert committed Sep 2, 2020
1 parent 734fbec commit 7ae2f01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [1.3.1] - 2020-09-01

### Fixed
- Updated shebangs to 'python3'. Patch courtesy of Andreas Tille.
Expand Down Expand Up @@ -703,7 +703,8 @@ the (partially) updated documentation now hosted on ReadTheDocs.
- Switching to more traditional version-number tracking.


[Unreleased]: https://github.com/MikkelSchubert/paleomix/compare/v1.3.0...HEAD
[Unreleased]: https://github.com/MikkelSchubert/paleomix/compare/v1.3.1...HEAD
[1.3.1]: https://github.com/MikkelSchubert/paleomix/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/MikkelSchubert/paleomix/compare/v1.2.14...v1.3.0
[1.2.14]: https://github.com/MikkelSchubert/paleomix/compare/v1.2.13.8...v1.2.14
[1.2.13.8]: https://github.com/MikkelSchubert/paleomix/compare/v1.2.13.7...v1.2.13.8
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = "1.3"
# The full version, including alpha/beta/rc tags
release = "1.3.0"
release = "1.3.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion paleomix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
# SOFTWARE.
#

__version_info__ = (1, 3, 0)
__version_info__ = (1, 3, 1)
__version__ = "%i.%i.%i" % __version_info__

0 comments on commit 7ae2f01

Please sign in to comment.