Skip to content

Commit 512a0fe

Browse files
authored
pre-release 1.2.3 (#349)
1 parent 9bcca0e commit 512a0fe

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Preferably use **Added**, **Changed**, **Removed** and **Fixed** topics in each
55

66
## [Unreleased]
77

8+
## [1.2.3](https://github.com/quintoandar/butterfree/releases/tag/1.2.3)
9+
* Optional params ([#347](https://github.com/quintoandar/butterfree/pull/347))
10+
11+
### Changed
12+
* Optional row count validation ([#340](https://github.com/quintoandar/butterfree/pull/340))
13+
814
## [1.2.2](https://github.com/quintoandar/butterfree/releases/tag/1.2.2)
915

1016
### Changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import find_packages, setup
22

33
__package_name__ = "butterfree"
4-
__version__ = "1.2.2.dev0"
4+
__version__ = "1.2.3.dev0"
55
__repository_url__ = "https://github.com/quintoandar/butterfree"
66

77
with open("requirements.txt") as f:

0 commit comments

Comments
 (0)