Skip to content

Commit

Permalink
pre-release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphrass committed Nov 13, 2023
1 parent 9bcca0e commit cad931f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each

## [Unreleased]

## [1.2.3](https://github.com/quintoandar/butterfree/releases/tag/1.2.3)
* Optional params ([#347](https://github.com/quintoandar/butterfree/pull/347))

### Changed
* Optional row count validation ([#340](https://github.com/quintoandar/butterfree/pull/340))

## [1.2.2](https://github.com/quintoandar/butterfree/releases/tag/1.2.2)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

__package_name__ = "butterfree"
__version__ = "1.2.2.dev0"
__version__ = "1.2.3.dev0"
__repository_url__ = "https://github.com/quintoandar/butterfree"

with open("requirements.txt") as f:
Expand Down

0 comments on commit cad931f

Please sign in to comment.