Release version 0.1.159

This commit is contained in:
yzernik 2021-10-04 23:23:31 -07:00
parent dbb440afea
commit 90b38ff076
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
0.1.159 - 2021-10-04
===================
### Features
- Improve handling of duplicate entries in database.
- #1478
- Refactor core functions to separate modules
- #1460, #1464, #1468, #1473
0.1.158 - 2021-10-01
===================

View file

@ -20,4 +20,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
__version__ = '0.1.158'
__version__ = '0.1.159'