diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9d276bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Python +*.py[cod] +__pycache__/ +*.so + +# Odoo +*.po~ +*.pot~ + +# Editor / System +.DS_Store +.vscode/ +*.swp +*.swo +*~ diff --git a/__manifest__.py b/__manifest__.py index 3e968bf..165de8f 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- { 'name': 'Survey Attachment Cleanup', - 'version': '18.0.1.0.0', + 'version': '19.0.1.0.0', 'summary': 'Batch delete survey image attachments', 'category': 'Tools', 'author': 'Suherdy Yacob',