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

Commit 20816f2

Browse files
committed
Bumps version to 0.9.4
1 parent 95b5263 commit 20816f2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Change Log
22

33

4+
## [0.9.4] - 2017-01-12
5+
6+
### Fixed
7+
8+
- Fixes `BelongsTo.associate()` for non saved models.
9+
- Fixes reconnection for PostgreSQL.
10+
- Fixes dependencies (changed `fake-factory` to `Faker`) (thanks to [acristoffers](https://github.com/acristoffers))
11+
12+
413
## [0.9.3] - 2016-11-10
514

615
### Fixed
@@ -369,6 +378,7 @@ Initial release
369378

370379

371380

381+
[0.9.4]: https://github.com/sdispater/orator/releases/0.9.4
372382
[0.9.3]: https://github.com/sdispater/orator/releases/0.9.3
373383
[0.9.2]: https://github.com/sdispater/orator/releases/0.9.2
374384
[0.9.1]: https://github.com/sdispater/orator/releases/0.9.1

orator/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
VERSION = '0.9.3'
3+
VERSION = '0.9.4'

0 commit comments

Comments
 (0)