Skip to content

Commit

Permalink
Merge pull request #18 from kraken-tech/release-0.1.0
Browse files Browse the repository at this point in the history
Prepare v0.1.0 for release
  • Loading branch information
meshy authored May 7, 2024
2 parents e60f7c3 + 3d1acdd commit 540d068
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@
All notable changes to this project will be documented in this file.

## Unreleased changes

## v0.1.0 - 2024-05-07

- Initial release! WOO!
- Tested against sensible combinations of:
- Python 3.10, 3.11, and 3.12.
- Django 4.1, 4.2, and 5.0.
- PostgreSQL 12 to 16.
- psycopg2 and psycopg3.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ This package is tested against:

- Python 3.10, 3.11, or 3.12.
- Django 4.1, 4.2, or 5.0.
- PostgreSQL 12 to 16
- psycopg2 and psycopg3
- PostgreSQL 12 to 16.
- psycopg2 and psycopg3.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ where = ["src"]

[project]
name = "django_integrity"
version = "0.0-alpha"
version = "0.1.0"
license.file = "LICENSE"
readme = "README.md"
requires-python = ">=3.10"
Expand Down

0 comments on commit 540d068

Please sign in to comment.