Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Bumps version to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Jan 12, 2017
1 parent 95b5263 commit 20816f2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log


## [0.9.4] - 2017-01-12

### Fixed

- Fixes `BelongsTo.associate()` for non saved models.
- Fixes reconnection for PostgreSQL.
- Fixes dependencies (changed `fake-factory` to `Faker`) (thanks to [acristoffers](https://github.com/acristoffers))


## [0.9.3] - 2016-11-10

### Fixed
Expand Down Expand Up @@ -369,6 +378,7 @@ Initial release



[0.9.4]: https://github.com/sdispater/orator/releases/0.9.4
[0.9.3]: https://github.com/sdispater/orator/releases/0.9.3
[0.9.2]: https://github.com/sdispater/orator/releases/0.9.2
[0.9.1]: https://github.com/sdispater/orator/releases/0.9.1
Expand Down
2 changes: 1 addition & 1 deletion orator/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

VERSION = '0.9.3'
VERSION = '0.9.4'

0 comments on commit 20816f2

Please sign in to comment.