Skip to content

Commit

Permalink
REL: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgortmaker committed May 26, 2018
1 parent a7903ad commit 44edcba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions docs/versions.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
Version Notes
=============

These notes will only include major changes. Point releases only contain bug fixes.
These notes will only include major changes.


0.1.0
-----
0.2
---

- Improved support for longdouble precision.
- Custom ownership matrices.
- New benchmarking statistics.
- Supply-side gradient computation.
- Improved configuration for the automobile example problem.


0.1
---

- Initial release.
2 changes: 1 addition & 1 deletion pyblp/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Defines the current version."""

__version__ = '0.1.3'
__version__ = '0.2.0'

0 comments on commit 44edcba

Please sign in to comment.