Skip to content

Commit

Permalink
🔝 Bump version to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Apr 23, 2023
1 parent c12ef46 commit d90539f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## 0.7.3

### Added

- `postgresql` Typo in requirement installation.

## 0.7.2

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ doc = [
]

testing = ["sqlalchemy_utils>=0.40.0"]
postgres = ["databasez[postgressql]"]
postgres = ["databasez[postgresql]"]
mysql = ["databasez[mysql]"]
sqlite = ["databasez[sqlite]"]

Expand Down
2 changes: 1 addition & 1 deletion saffier/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.7.2"
__version__ = "0.7.3"

from saffier.conf import settings
from saffier.conf.global_settings import SaffierSettings
Expand Down

0 comments on commit d90539f

Please sign in to comment.