diff --git a/MANIFEST.in b/MANIFEST.in index d42889b5d3..fb1faacdeb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ recursive-include bika * global-exclude *pyc - +recursive-include docs * +include README.rst \ No newline at end of file diff --git a/README.rst b/README.rst index 71026f2078..1020c57d5d 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Bika LIMS ========= -v3.1.14 (2017-05-26) +v3.1.15 (2017-05-27) The meaning of Gaob diff --git a/docs/CHANGELOG.txt b/docs/CHANGELOG.txt index 85b25f126c..a30d2dd9ad 100644 --- a/docs/CHANGELOG.txt +++ b/docs/CHANGELOG.txt @@ -1,3 +1,7 @@ +3.1.15 (2017-05-27) +------------------- +- Fixed broken Release + 3.1.14 (2017-05-26) ------------------- Pinned Plone version to 4.3.11 diff --git a/setup.py b/setup.py index e2e1a3c2ed..b946cd6658 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import os from setuptools import setup, find_packages -version = '3.1.14' +version = '3.1.15' def read(*rnames): @@ -17,7 +17,7 @@ def read(*rnames): "Authors and maintainers\n" + \ "-----------------------\n" + \ "- Bika Lab Systems, http://bikalabs.com\n" + \ - "- Naralabs, http://naralabs.com" + \ + "- Naralabs, http://naralabs.com\n" + \ "- RIDING BYTES, http://ridingbytes.com", # Get more strings from # http://pypi.python.org/pypi?:action=list_classifiers