Fix a bug in MANIFEST.in 45/49545/1
authorThomas Duval <thomas.duval@orange.com>
Fri, 22 Dec 2017 11:12:26 +0000 (12:12 +0100)
committerThomas Duval <thomas.duval@orange.com>
Fri, 22 Dec 2017 11:12:26 +0000 (12:12 +0100)
Change-Id: I84b526380499b8de7eaab061a7b0aeb427f718e5

moonv4/python_moonutilities/Changelog
moonv4/python_moonutilities/MANIFEST.in
moonv4/python_moonutilities/python_moonutilities/__init__.py

index aba5f7c..dd44142 100644 (file)
@@ -66,3 +66,7 @@ CHANGES
 1.4.2
 -----
 - Update the name of the library (from moon_utilities)
+
+1.4.3
+-----
+- Fix a bug in MANIFEST.in
index b764e35..2a5ac50 100644 (file)
@@ -3,7 +3,7 @@
 # license which can be found in the file 'LICENSE' in this package distribution
 # or at 'http://www.apache.org/licenses/LICENSE-2.0'.
 
-include README.rst
+include README.md
 include LICENSE
 include Changelog
 include setup.py
index bbd3108..fb899fe 100644 (file)
@@ -3,4 +3,4 @@
 # license which can be found in the file 'LICENSE' in this package distribution
 # or at 'http://www.apache.org/licenses/LICENSE-2.0'.
 
-__version__ = "1.4.2"
+__version__ = "1.4.3"