We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc71036 commit fcf0a12Copy full SHA for fcf0a12
MANIFEST.in
@@ -23,3 +23,4 @@ exclude build/lib/tests/**
23
exclude build/lib/notebooks/**
24
exclude benchmark/**
25
include ads/ads
26
+include ads/model/common/*.*
ads/ads_version.json
@@ -1,3 +1,3 @@
1
{
2
- "version": "2.6.9"
+ "version": "2.7.0"
3
}
docs/source/release_notes.rst
@@ -2,6 +2,13 @@
Release Notes
=============
4
5
+2.7.0
6
+-----
7
+Release date: December 7, 2022
8
+
9
+* Fixed a bug in ``GenericModel.prepare``. The ``.model-ignore`` file was not included in the ``Manifest.in``.
10
11
12
2.6.9
13
-----
14
Release date: December 7, 2022
0 commit comments