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.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed May 17, 2017
1 parent 65bc04d commit 6b4d35c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [0.9.7] - 2017-05-17

### Fixed

- Fixed `orator` command no longer working


## [0.9.6] - 2017-05-16

### Added
Expand Down Expand Up @@ -406,7 +413,8 @@
Initial release


[Unreleased]: https://github.com/sdispater/orator/compare/0.9.6...0.9
[Unreleased]: https://github.com/sdispater/orator/compare/0.9.7...0.9
[0.9.7]: https://github.com/sdispater/orator/releases/0.9.7
[0.9.6]: https://github.com/sdispater/orator/releases/0.9.6
[0.9.5]: https://github.com/sdispater/orator/releases/0.9.5
[0.9.4]: https://github.com/sdispater/orator/releases/0.9.4
Expand Down
2 changes: 1 addition & 1 deletion orator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = '0.9.6'
__version__ = '0.9.7'

from .orm import Model, SoftDeletes, Collection, accessor, mutator, scope
from .database_manager import DatabaseManager
Expand Down
2 changes: 1 addition & 1 deletion poetry.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orator"
version = "0.9.6"
version = "0.9.7"
description = "The Orator ORM provides a simple yet beautiful ActiveRecord implementation."

license = "MIT"
Expand Down

0 comments on commit 6b4d35c

Please sign in to comment.