Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Bump version to 0.2.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbridges committed Oct 9, 2018
1 parent 866d113 commit 2b422dc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

# v0.1.0
## v0.2.0 (in development)

### Features

- Model built with new shape generation system.
- Shape generation is deterministic.

### Breaking Changes

- This model is _*not*_ compatible with `v0.1.0` since this model was built
with a newer version of the `retrain.py` script for the Inception V3 model.

### Chores

- Fetch assets hosted on Bintray.
- Parallelize the shape generation in threads.
- Build on the model on CircleCI to speed up build times.

## v0.1.0 (2018-08-02)

Initial release.
2 changes: 1 addition & 1 deletion target_finder_model/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.2.0.dev1'

0 comments on commit 2b422dc

Please sign in to comment.