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

Commit 6b4d35c

Browse files
committed
Bumps version to 0.9.7
1 parent 65bc04d commit 6b4d35c

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [0.9.7] - 2017-05-17
4+
5+
### Fixed
6+
7+
- Fixed `orator` command no longer working
8+
9+
310
## [0.9.6] - 2017-05-16
411

512
### Added
@@ -406,7 +413,8 @@
406413
Initial release
407414

408415

409-
[Unreleased]: https://github.com/sdispater/orator/compare/0.9.6...0.9
416+
[Unreleased]: https://github.com/sdispater/orator/compare/0.9.7...0.9
417+
[0.9.7]: https://github.com/sdispater/orator/releases/0.9.7
410418
[0.9.6]: https://github.com/sdispater/orator/releases/0.9.6
411419
[0.9.5]: https://github.com/sdispater/orator/releases/0.9.5
412420
[0.9.4]: https://github.com/sdispater/orator/releases/0.9.4

orator/__init__.py

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

3-
__version__ = '0.9.6'
3+
__version__ = '0.9.7'
44

55
from .orm import Model, SoftDeletes, Collection, accessor, mutator, scope
66
from .database_manager import DatabaseManager

poetry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orator"
3-
version = "0.9.6"
3+
version = "0.9.7"
44
description = "The Orator ORM provides a simple yet beautiful ActiveRecord implementation."
55

66
license = "MIT"

0 commit comments

Comments
 (0)