Skip to content

Commit

Permalink
New version: 0.6.1 → 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartMacKay committed Jan 25, 2025
1 parent ff0261f commit fe96b43
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 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.6.2 (2025-01-25)
------------------
* Reorganised the APILoader to simplify adding new features - stay tuned.

0.6.1 (2025-01-24)
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-01-24
date-released: 2025-01-25
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.6.1
version: 0.6.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.6.1"
release = "0.6.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.6.1"
version = "0.6.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 @@ -59,7 +59,7 @@ dev-dependencies = [
]

[tool.bumpversion]
current_version = "0.6.1"
current_version = "0.6.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.6.1"
__version__ = "0.6.2"
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fe96b43

Please sign in to comment.