Skip to content

Commit

Permalink
build: Iterate the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 11, 2024
1 parent d1114e1 commit 991651e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Changelog

## Unreleased
## 3.4.0 (2024-11-11)

* Add a --sync flag to the loaddivisions management command, to delete divisions that are in the DB but not the CSV, even if the DB contains the CSV. This flag is relevant if you synchronize with a single CSV.
* Add support for Python 3.9, 3.10, 3.11, 3.12 and Django 4.0, 4.2.
* Drop support for Python 3.7, 3.8 and Django 2.2, 3.0.

## 3.3.1 (2024-05-15)

* Add a --sync flag to the loaddivisions management command, to delete divisions that are in the DB but not the CSV, even if the DB contains the CSV. This flag is relevant if you synchronize with a single CSV.

## 3.3.0 (2023-05-08)

* Add last_seen field to database objects
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="opencivicdata",
version="3.3.0",
version="3.4.0",
author="James Turk",
author_email="[email protected]",
license="BSD",
Expand Down

0 comments on commit 991651e

Please sign in to comment.