Skip to content

Commit

Permalink
New version: 0.9.1 → 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartMacKay committed Feb 7, 2025
1 parent f241c9a commit cc8759a
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 73 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0

Latest
------

0.9.2 (2025-02-07)
------------------
* Added Checklist and Observation comments - newly available from the eBird API.

0.9.1 (2025-02-03)
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ abstract:
authors:
- name: Stuart MacKay
cff-version: 1.2.0
date-released: 2025-02-03
date-released: 2025-02-07
keywords:
- checklists
- Django
Expand All @@ -14,4 +14,4 @@ license: MIT License
message: If you use this software, please cite it using the metadata from this file.
repository-code: "https://github.com/StuartMacKay/ebird-checklists"
title: eBird Checklists
version: 0.9.1
version: 0.9.2
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "eBird Checklists"
copyright = "2024, Stuart MacKay"
author = "Stuart MacKay"
release = "0.9.1"
release = "0.9.2"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["setuptools >= 61.0"]

[project]
name = "ebird-checklists"
version = "0.9.1"
version = "0.9.2"
description = "eBird Checklists is a reusable Django app for loading data from eBird into a database."
keywords = ["checklists", "Django", "eBird", "models"]
license = { file = "LICENSE" }
Expand Down Expand Up @@ -60,7 +60,7 @@ dev-dependencies = [
]

[tool.bumpversion]
current_version = "0.9.1"
current_version = "0.9.2"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
ignore_missing_version = false
Expand Down
2 changes: 1 addition & 1 deletion src/ebird/checklists/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.1"
__version__ = "0.9.2"
Loading

0 comments on commit cc8759a

Please sign in to comment.