From 37f834207b857fd5a5b9344fb0ebb91a5337d5c3 Mon Sep 17 00:00:00 2001 From: Ralph Filho Date: Thu, 20 Jun 2024 10:50:24 -0300 Subject: [PATCH] release --- CHANGELOG.md | 13 +++++++++++++ setup.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad9f4863..b8bc3778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each ## [Unreleased] +## [1.3.3](https://github.com/quintoandar/butterfree/releases/tag/1.3.3) +* Fix Cassandra Config and Numpy version ([#364](https://github.com/quintoandar/butterfree/pull/364)) + +## [1.3.2](https://github.com/quintoandar/butterfree/releases/tag/1.3.2) +* Fix publish script ([#362](https://github.com/quintoandar/butterfree/pull/362)) + +## [1.3.1](https://github.com/quintoandar/butterfree/releases/tag/1.3.1) +* Timestamp NTZ available ([#360](https://github.com/quintoandar/butterfree/pull/360)) + +## [1.3.0](https://github.com/quintoandar/butterfree/releases/tag/1.3.0) +* Bump versions ([#355](https://github.com/quintoandar/butterfree/pull/355)) +* Sphinx version ([#356](https://github.com/quintoandar/butterfree/pull/356)) + ## [1.2.4](https://github.com/quintoandar/butterfree/releases/tag/1.2.4) * Auto create feature sets ([#351](https://github.com/quintoandar/butterfree/pull/351)) diff --git a/setup.py b/setup.py index 42ef57c8..f12b2681 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import find_packages, setup __package_name__ = "butterfree" -__version__ = "1.2.4" +__version__ = "1.3.3" __repository_url__ = "https://github.com/quintoandar/butterfree" with open("requirements.txt") as f: