Skip to content

Commit 555499f

Browse files
Change version of the pkg to 1.1.0 (#11)
1 parent 33c013e commit 555499f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog
22

33
## unreleased
4-
- Add a version of the package to headers [#9](https://github.com/EmergingTravel/papi-sdk-python/issues/9)
4+
- N/A
5+
6+
## [v1.1.0](https://github.com/emergingtravel/papi-sdk-python/releases/tag/v1.1.0) - 2021-01-19
7+
8+
- Add a version of the package to headers [#9](https://github.com/EmergingTravel/papi-sdk-python/issues/9)
59

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

papi_sdk/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__name__ = "papi_sdk"
2-
__version__ = "v1.0.2"
2+
__version__ = "v1.1.0"

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 = "papi-sdk"
3-
version = "1.0.2"
3+
version = "1.1.0"
44
description = "pAPI SDK is a Python SDK for ETG APIv3"
55
authors = [
66
"Stanislav Losev <stanislav.losev@ostrovok.ru>",

0 commit comments

Comments
 (0)