Skip to content

Commit

Permalink
Release v.0.6 (Public Beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hvass-Labs committed Apr 12, 2020
1 parent 1ce62aa commit e3701c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changes to the SimFin Python package

## Version 0.6.0 (2020-MM-DD)
## Version 0.6.0 (2020-04-12)

???
Public beta version.

This version is all about signals: https://youtu.be/u15BUoioCZw

### Changes

Expand All @@ -16,6 +18,7 @@

- Added unit-test for `signals.py`


## Version 0.5.0 (2020-03-14)

Public beta version.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# This is also defined in simfin/__init__.py and must be
# updated in both places.
MY_VERSION = '0.5.0'
MY_VERSION = '0.6.0'

setup(
name='simfin',
Expand Down
2 changes: 1 addition & 1 deletion simfin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is also defined in setup.py and must be updated in both places.
__version__ = "0.5.0"
__version__ = "0.6.0"

# Expose the following as top-level imports.

Expand Down

0 comments on commit e3701c2

Please sign in to comment.