File tree Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33## unreleased
4- - Moving examples outside the module [ #6 ] ( https://github.com/ostrovok-team/papi-sdk-python/pull/6 )
54
6- ## [ v1.0.1] ( https://github.com/ostrovok-team/papi-sdk-python/releases/tag/v1.0.1 ) - 2020-12-30
5+ N/A
6+
7+ ## [ v1.0.2] ( https://github.com/emergingtravel/papi-sdk-python/releases/tag/v1.0.2 ) - 2020-12-30
8+
9+ - Minor changes after repository transfer from [ ostrovok-team] ( https://github.com/ostrovok-team/ ) to [ emergingtravel] ( https://github.com/emergingtravel )
10+ - Moving examples outside the module [ #6 ] ( https://github.com/emergingtravel/papi-sdk-python/pull/6 )
11+
12+ ## [ v1.0.1] ( https://github.com/emergingtravel/papi-sdk-python/releases/tag/v1.0.1 ) - 2020-12-30
713
814Fix packaging issue
915
10- ## [ v1.0.0] ( https://github.com/ostrovok-team /papi-sdk-python/releases/tag/v1.0.0 ) - 2020-12-30
16+ ## [ v1.0.0] ( https://github.com/emergingtravel /papi-sdk-python/releases/tag/v1.0.0 ) - 2020-12-30
1117
1218Initial release
13-
Original file line number Diff line number Diff line change 11# pAPI SDK
22
3- ![ main workflow] ( https://github.com/ostrovok-team /papi-sdk-python/workflows/Main/badge.svg )
3+ ![ main workflow] ( https://github.com/emergingtravel /papi-sdk-python/workflows/Main/badge.svg )
44![ pypi version] ( https://img.shields.io/pypi/v/papi-sdk.svg )
55![ pypi downloads] ( https://img.shields.io/pypi/dm/papi-sdk.svg )
66![ python versions] ( https://img.shields.io/pypi/pyversions/papi-sdk.svg )
7- ![ license] ( https://img.shields.io/github/license/ostrovok-team /papi-sdk-python.svg )
7+ ![ license] ( https://img.shields.io/github/license/emergingtravel /papi-sdk-python.svg )
88
99pAPI SDK is a python SDK for [ ETG APIv3] ( https://docs.emergingtravel.com/ ) .
1010The abbreviation "pAPI" stands for "Partner API".
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " papi-sdk"
3- version = " 1.0.1 "
3+ version = " 1.0.2 "
44description = " pAPI SDK is a Python SDK for ETG APIv3"
55authors = [
66 " Stanislav Losev <stanislav.losev@ostrovok.ru>" ,
77 " Ivan Elfimov <ivan.elfimov@ostrovok.ru>"
88]
99license = " MIT"
1010readme = " README.md"
11- repository = " https://github.com/ostrovok-team /papi-sdk-python"
12- homepage = " https://github.com/ostrovok-team /papi-sdk-python"
11+ repository = " https://github.com/emergingtravel /papi-sdk-python"
12+ homepage = " https://github.com/emergingtravel /papi-sdk-python"
1313keywords = [" sdk" ]
1414classifiers = [
1515 " Topic :: Software Development :: Libraries" ,
You can’t perform that action at this time.
0 commit comments