Skip to content

Commit 33c95f7

Browse files
authored
Minor changes related to project transfer (#8)
1 parent 1d7221c commit 33c95f7

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
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

814
Fix 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

1218
Initial release
13-

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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

99
pAPI SDK is a python SDK for [ETG APIv3](https://docs.emergingtravel.com/).
1010
The abbreviation "pAPI" stands for "Partner API".

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[tool.poetry]
22
name = "papi-sdk"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "pAPI SDK is a Python SDK for ETG APIv3"
55
authors = [
66
"Stanislav Losev <stanislav.losev@ostrovok.ru>",
77
"Ivan Elfimov <ivan.elfimov@ostrovok.ru>"
88
]
99
license = "MIT"
1010
readme = "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"
1313
keywords = ["sdk"]
1414
classifiers = [
1515
"Topic :: Software Development :: Libraries",

0 commit comments

Comments
 (0)