Skip to content

Commit 13d3b1e

Browse files
committed
Bump to v2.0.0
1 parent 52b9bbd commit 13d3b1e

7 files changed

Lines changed: 8 additions & 110 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,6 @@ target/
6464

6565
#Ipython Notebook
6666
.ipynb_checkpoints
67+
68+
# Other
69+
.idea/

.openapi-generator/FILES

Lines changed: 0 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
.github/workflows/python.yml
22
.gitignore
33
.gitlab-ci.yml
4-
.openapi-generator-ignore
54
.travis.yml
6-
README.md
75
clientapi_billingo/__init__.py
86
clientapi_billingo/api/__init__.py
97
clientapi_billingo/api/bank_account_api.py
@@ -226,107 +224,4 @@ setup.cfg
226224
setup.py
227225
test-requirements.txt
228226
test/__init__.py
229-
test/test_address.py
230-
test/test_bank_account.py
231-
test/test_bank_account_api.py
232-
test/test_bank_account_list.py
233-
test/test_category.py
234-
test/test_check_tax_number_message.py
235-
test/test_client_error.py
236-
test/test_client_error_response.py
237-
test/test_conversation_rate.py
238-
test/test_correction_type.py
239-
test/test_country.py
240-
test/test_create_document_export.py
241-
test/test_currency.py
242-
test/test_currency_api.py
243-
test/test_date_type.py
244-
test/test_discount.py
245-
test/test_discount_type.py
246-
test/test_document.py
247-
test/test_document_ancestor.py
248-
test/test_document_api.py
249-
test/test_document_bank_account.py
250-
test/test_document_block.py
251-
test/test_document_block_api.py
252-
test/test_document_block_list.py
253-
test/test_document_block_type.py
254-
test/test_document_cancellation.py
255-
test/test_document_export_api.py
256-
test/test_document_export_filter_extra.py
257-
test/test_document_export_id.py
258-
test/test_document_export_other_options.py
259-
test/test_document_export_query_type.py
260-
test/test_document_export_sort_by.py
261-
test/test_document_export_status.py
262-
test/test_document_export_status_state.py
263-
test/test_document_export_type.py
264-
test/test_document_form.py
265-
test/test_document_format.py
266-
test/test_document_insert.py
267-
test/test_document_insert_items_inner.py
268-
test/test_document_insert_type.py
269-
test/test_document_item.py
270-
test/test_document_item_data.py
271-
test/test_document_language.py
272-
test/test_document_list.py
273-
test/test_document_notification_status.py
274-
test/test_document_organization.py
275-
test/test_document_partner.py
276-
test/test_document_product_data.py
277-
test/test_document_public_url.py
278-
test/test_document_settings.py
279-
test/test_document_summary.py
280-
test/test_document_type.py
281-
test/test_document_vat_rate_summary.py
282-
test/test_entitlement.py
283-
test/test_feature.py
284-
test/test_id.py
285-
test/test_invoice_settings.py
286-
test/test_ledger_number_information.py
287-
test/test_modification_document_insert.py
288-
test/test_online_payment.py
289-
test/test_online_szamla_status.py
290-
test/test_online_szamla_status_enum.py
291-
test/test_online_szamla_status_message.py
292-
test/test_organization_api.py
293-
test/test_organization_data.py
294-
test/test_partner.py
295-
test/test_partner_api.py
296-
test/test_partner_custom_billing_settings.py
297-
test/test_partner_list.py
298-
test/test_partner_tax_type.py
299-
test/test_payment_history.py
300-
test/test_payment_method.py
301-
test/test_payment_status.py
302-
test/test_payment_status_spending.py
303-
test/test_product.py
304-
test/test_product_api.py
305-
test/test_product_list.py
306-
test/test_receipt_insert.py
307-
test/test_receipt_insert_items_inner.py
308-
test/test_receipt_item_data.py
309-
test/test_receipt_product_data.py
310-
test/test_round.py
311-
test/test_send_document.py
312-
test/test_server_error.py
313-
test/test_server_error_response.py
314-
test/test_server_time.py
315-
test/test_source.py
316-
test/test_spending.py
317-
test/test_spending_api.py
318-
test/test_spending_list.py
319-
test/test_spending_list_item.py
320-
test/test_spending_partner.py
321-
test/test_spending_payment_method.py
322-
test/test_spending_save.py
323-
test/test_subscription.py
324-
test/test_subscription_error_response.py
325-
test/test_tax_number.py
326-
test/test_too_many_requests_response.py
327-
test/test_unit_price_type.py
328-
test/test_util_api.py
329-
test/test_validation_error.py
330-
test/test_validation_error_response.py
331-
test/test_vat.py
332227
tox.ini

clientapi_billingo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
""" # noqa: E501
1616

1717

18-
__version__ = "1.0.1"
18+
__version__ = "2.0.0"
1919

2020
# import apis into sdk package
2121
from clientapi_billingo.api.bank_account_api import BankAccountApi

clientapi_billingo/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __init__(
9191
self.default_headers[header_name] = header_value
9292
self.cookie = cookie
9393
# Set default User-Agent.
94-
self.user_agent = 'OpenAPI-Generator/1.0.1/python'
94+
self.user_agent = 'OpenAPI-Generator/2.0.0/python'
9595
self.client_side_validation = configuration.client_side_validation
9696

9797
def __enter__(self):

clientapi_billingo/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def to_debug_report(self):
414414
"OS: {env}\n"\
415415
"Python Version: {pyversion}\n"\
416416
"Version of the API: 3.0.14\n"\
417-
"SDK Package Version: 1.0.1".\
417+
"SDK Package Version: 2.0.0".\
418418
format(env=sys.platform, pyversion=sys.version)
419419

420420
def get_host_settings(self):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "clientapi_billingo"
3-
version = "1.0.1"
3+
version = "2.0.0"
44
description = "Billingo API v3"
55
authors = ["Billingo Support <hello@billingo.hu>"]
66
license = "NoLicense"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# prerequisite: setuptools
2323
# http://pypi.python.org/pypi/setuptools
2424
NAME = "clientapi-billingo"
25-
VERSION = "1.0.1"
25+
VERSION = "2.0.0"
2626
PYTHON_REQUIRES = ">= 3.8"
2727
REQUIRES = [
2828
"urllib3 >= 1.25.3, < 3.0.0",

0 commit comments

Comments
 (0)