This repository was archived by the owner on Aug 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ Push latest:
149149
150150build-package :
151151 only :
152- - main
152+ - tags
153153 stage : push
154154 image : $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA
155155 variables :
Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 1.1.0] - 2022-08-17
5+ ### Added
6+ - Added location check to inform about degraded performance from outside US
7+
48## [ 1.0.0] - 2022-08-17
59### Added
610- Major first release
7- - Added location check to inform about degraded performance from outside US
811### Changed
912- Updated README.md
1013- ` .create ` renamed ` .run `
Original file line number Diff line number Diff line change 44base_url = None
55api_key = None
66
7- __version__ = "1.0 .0"
7+ __version__ = "1.1 .0"
88log_level = os .getenv ("LOG_LEVEL" , "INFO" )
99logger = logging .getLogger (name = "OxAPI" )
1010logger .setLevel (level = log_level )
Original file line number Diff line number Diff line change 1313long_description = Path ("README.md" ).read_text ()
1414
1515NAME = "oxapi"
16- VERSION = "1.0 .0"
16+ VERSION = "1.1 .0"
1717DESCRIPTION = "The Python library for querying the OxAPI"
1818AUTHOR = "Oxolo GmbH"
1919AUTHOR_EMAIL = "[email protected] "
You can’t perform that action at this time.
0 commit comments