Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Changelog

## unreleased
- Moving examples outside the module [#6](https://github.com/ostrovok-team/papi-sdk-python/pull/6)

## [v1.0.1](https://github.com/ostrovok-team/papi-sdk-python/releases/tag/v1.0.1) - 2020-12-30
N/A

## [v1.0.2](https://github.com/emergingtravel/papi-sdk-python/releases/tag/v1.0.2) - 2020-12-30

- Minor changes after repository transfer from [ostrovok-team](https://github.com/ostrovok-team/) to [emergingtravel](https://github.com/emergingtravel)
- Moving examples outside the module [#6](https://github.com/emergingtravel/papi-sdk-python/pull/6)

## [v1.0.1](https://github.com/emergingtravel/papi-sdk-python/releases/tag/v1.0.1) - 2020-12-30

Fix packaging issue

## [v1.0.0](https://github.com/ostrovok-team/papi-sdk-python/releases/tag/v1.0.0) - 2020-12-30
## [v1.0.0](https://github.com/emergingtravel/papi-sdk-python/releases/tag/v1.0.0) - 2020-12-30

Initial release

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# pAPI SDK

![main workflow](https://github.com/ostrovok-team/papi-sdk-python/workflows/Main/badge.svg)
![main workflow](https://github.com/emergingtravel/papi-sdk-python/workflows/Main/badge.svg)
![pypi version](https://img.shields.io/pypi/v/papi-sdk.svg)
![pypi downloads](https://img.shields.io/pypi/dm/papi-sdk.svg)
![python versions](https://img.shields.io/pypi/pyversions/papi-sdk.svg)
![license](https://img.shields.io/github/license/ostrovok-team/papi-sdk-python.svg)
![license](https://img.shields.io/github/license/emergingtravel/papi-sdk-python.svg)

pAPI SDK is a python SDK for [ETG APIv3](https://docs.emergingtravel.com/).
The abbreviation "pAPI" stands for "Partner API".
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[tool.poetry]
name = "papi-sdk"
version = "1.0.1"
version = "1.0.2"
description = "pAPI SDK is a Python SDK for ETG APIv3"
authors = [
"Stanislav Losev <stanislav.losev@ostrovok.ru>",
"Ivan Elfimov <ivan.elfimov@ostrovok.ru>"
]
license = "MIT"
readme = "README.md"
repository = "https://github.com/ostrovok-team/papi-sdk-python"
homepage = "https://github.com/ostrovok-team/papi-sdk-python"
repository = "https://github.com/emergingtravel/papi-sdk-python"
homepage = "https://github.com/emergingtravel/papi-sdk-python"
keywords = ["sdk"]
classifiers = [
"Topic :: Software Development :: Libraries",
Expand Down