ebird-api 3.4.0__tar.gz → 3.4.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ebird_api-3.4.0 → ebird_api-3.4.1}/CHANGELOG.md +3 -0
- {ebird_api-3.4.0/src/ebird_api.egg-info → ebird_api-3.4.1}/PKG-INFO +1 -1
- {ebird_api-3.4.0 → ebird_api-3.4.1}/pyproject.toml +2 -2
- {ebird_api-3.4.0 → ebird_api-3.4.1}/src/ebird/api/__init__.py +1 -1
- {ebird_api-3.4.0 → ebird_api-3.4.1}/src/ebird/api/validation.py +1 -1
- {ebird_api-3.4.0 → ebird_api-3.4.1/src/ebird_api.egg-info}/PKG-INFO +1 -1
- {ebird_api-3.4.0 → ebird_api-3.4.1}/LICENSE.txt +0 -0
- {ebird_api-3.4.0 → ebird_api-3.4.1}/README.md +0 -0
- {ebird_api-3.4.0 → ebird_api-3.4.1}/setup.cfg +0 -0
- {ebird_api-3.4.0 → ebird_api-3.4.1}/setup.py +0 -0
- {ebird_api-3.4.0 → ebird_api-3.4.1}/src/ebird/api/checklists.py +0 -0
- {ebird_api-3.4.0 → ebird_api-3.4.1}/src/ebird/api/client.py +0 -0
- {ebird_api-3.4.0 → ebird_api-3.4.1}/src/ebird/api/constants.py +0 -0
- {ebird_api-3.4.0 → ebird_api-3.4.1}/src/ebird/api/hotspots.py +0 -0
- {ebird_api-3.4.0 → ebird_api-3.4.1}/src/ebird/api/observations.py +0 -0
- {ebird_api-3.4.0 → ebird_api-3.4.1}/src/ebird/api/regions.py +0 -0
- {ebird_api-3.4.0 → ebird_api-3.4.1}/src/ebird/api/species.py +0 -0
- {ebird_api-3.4.0 → ebird_api-3.4.1}/src/ebird/api/statistics.py +0 -0
- {ebird_api-3.4.0 → ebird_api-3.4.1}/src/ebird/api/taxonomy.py +0 -0
- {ebird_api-3.4.0 → ebird_api-3.4.1}/src/ebird/api/utils.py +0 -0
- {ebird_api-3.4.0 → ebird_api-3.4.1}/src/ebird_api.egg-info/SOURCES.txt +0 -0
- {ebird_api-3.4.0 → ebird_api-3.4.1}/src/ebird_api.egg-info/dependency_links.txt +0 -0
- {ebird_api-3.4.0 → ebird_api-3.4.1}/src/ebird_api.egg-info/top_level.txt +0 -0
|
@@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
|
|
8
8
|
This project adheres to [PEP440](https://www.python.org/dev/peps/pep-0440/)
|
|
9
9
|
and by implication, [Semantic Versioning](http://semver.org/).
|
|
10
10
|
|
|
11
|
+
## [3.4.1] - 2025-02-12
|
|
12
|
+
- Disallow lower case location codes
|
|
13
|
+
|
|
11
14
|
## [3.4.0] - 2025-02-12
|
|
12
15
|
- Tighten definition of regexes to exclude lower case letters for region codes
|
|
13
16
|
|
|
@@ -30,7 +30,7 @@ license = {text = "MIT License"}
|
|
|
30
30
|
name = "ebird-api"
|
|
31
31
|
readme = "README.md"
|
|
32
32
|
requires-python = ">= 3.8"
|
|
33
|
-
version = "3.4.
|
|
33
|
+
version = "3.4.1"
|
|
34
34
|
|
|
35
35
|
[project.urls]
|
|
36
36
|
Repository = "https://github.com/ProjectBabbler/ebird-api.git"
|
|
@@ -38,7 +38,7 @@ Issues = "https://github.com/ProjectBabbler/ebird-api/issues"
|
|
|
38
38
|
Changelog = "https://github.com/ProjectBabbler/ebird-api/blob/master/CHANGELOG.md"
|
|
39
39
|
|
|
40
40
|
[tool.bumpversion]
|
|
41
|
-
current_version = "3.4.
|
|
41
|
+
current_version = "3.4.1"
|
|
42
42
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
|
43
43
|
serialize = ["{major}.{minor}.{patch}"]
|
|
44
44
|
ignore_missing_version = false
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|