Skip to content

Commit

Permalink
Doc updates for v0.6.0b1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dougthor42 committed May 1, 2019
1 parent dfead80 commit 172fa9d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@


## Unreleased


## 0.6.0b1 (2019-05-01)

### Notes
This revision contains some breaking API changes.

### Changes
+ `create_db` was moved out of `app_factory.py` and into `orm.py`. (#115)
+ All files created during tests are now made in the `/tmp` directory. (#44)
+ Migrations are now performed automatically when the flask app is created
Expand Down
4 changes: 2 additions & 2 deletions src/trendlines/__about__.py
Expand Up @@ -4,8 +4,8 @@
__license__ = "GNU General Public License v3 (GPLv3)"
__created__ = "2018-12-19"

__version__ = "0.5.0"
__released__ = "2019-02-28"
__version__ = "0.6.0b1"
__released__ = "2019-05-01"

__project_name__ = "Trendlines"
__package_name__ = "trendlines"
Expand Down

0 comments on commit 172fa9d

Please sign in to comment.