Skip to content

Commit

Permalink
New version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartMacKay committed Jan 8, 2025
1 parent cfdca0c commit 783e3a4
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
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-06
date-released: 2025-01-08
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.2.0
version: 0.3.0
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.2.0"
release = "0.3.0"

# -- 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.2.0"
version = "0.3.0"
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.2.0"
current_version = "0.3.0"
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.2.0"
__version__ = "0.3.0"
42 changes: 21 additions & 21 deletions uv.lock

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

0 comments on commit 783e3a4

Please sign in to comment.