Permalink
Please sign in to comment.
Browse files
Made a few minor changes/improvements
Summary: - Deleted the mixins in objects.py - No longer fails when instantiating objects with int (instead of string) - Removed CHANGES.txt (feels superfluous with releases in GH) Test Plan: read
- Loading branch information...
Showing
with
7 additions
and 122 deletions.
- +0 −31 CHANGES.txt
- +2 −2 MANIFEST.in
- BIN examples/puget_sound.jpg
- BIN examples/test.png
- +5 −89 facebookads/objects.py
31
CHANGES.txt
| @@ -1,31 +0,0 @@ | ||
| -2.2.0 | ||
| -- CustomAudience object handles hashing emails or phone when adding users | ||
| -- Added support for ReachFrequencyPredictions | ||
| -- Added promoted_object field to AdSet | ||
| -- Moved all mixins to mixins.py | ||
| -- Removed comment from config.json.example | ||
| - | ||
| -0.2.3 | ||
| -- Updated MANIFEST.in | ||
| - | ||
| -0.2.2 | ||
| -- Fixed install regression caused by 0.2.1 README change | ||
| - | ||
| -0.2.1 | ||
| -- Fixed setup.py accounting for wrong README | ||
| - | ||
| -0.2.0 | ||
| -- Added ObjectStorySpec and specs module | ||
| -- Moved integration tests to their own file | ||
| -- Added ValidatesFields mixin | ||
| -- Added bootstrap.auth() function to make using REPL easier | ||
| -- Deprecated remote_create_with_filename | ||
| -- Deprecated AbstractObject child method | ||
| -- Renamed _read_update() to _set_data() | ||
| - | ||
| -0.1.1 | ||
| -- Increase version requirement for required configparser package (Python 3 compatibility fix) | ||
| -- Misc issue fix requests | ||
| - | ||
| -0.1.0 | ||
| -Initial release. |
| @@ -1,3 +1,3 @@ | ||
| include *.txt *.md *.py | ||
| -recursive-include examples *.jpg *.py *.dist | ||
| -recursive-include facebookads *.py *.crt *.jpg | ||
| +recursive-include examples *.png *.py *.dist | ||
| +recursive-include facebookads *.py *.crt *.png |
Deleted file not rendered
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
0 comments on commit
afcb3b3