Skip to content

Commit

Permalink
Prepare release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonski committed Aug 5, 2020
1 parent 49c134a commit 6befe38
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,6 +1,6 @@
include LICENSE
include README.md
include docs *.rst
recursive-include docs *
recursive-exclude src/senaite/core/listing *.pyc
recursive-exclude src/senaite/core/listing/tests *
recursive-exclude src/senaite/core/listing/react *
Expand Down
6 changes: 6 additions & 0 deletions docs/Changelog.rst
@@ -1,3 +1,9 @@
1.5.1 (2020-08-05)
------------------

- Fixed release package


1.5.0 (2020-08-04)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

version = "1.5.0"
version = "1.5.1"

with open("docs/About.rst", "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 6befe38

Please sign in to comment.