Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Oct 27, 2023
1 parent 3ca83a8 commit 42a3bdd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ hide:

# Release Notes

## 1.0.1

### Changed

- Add [API Reference](http://saffier.tarsild.io/references/).
- Update base requirements.

### Fixed

- `Database` object docstring.

## 1.0.0

### Added
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__ = "1.0.0"
__version__ = "1.0.1"

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

0 comments on commit 42a3bdd

Please sign in to comment.