Skip to content

Commit 4e28810

Browse files
πŸ”– v1.9.1 release (#97)
* Bump version: 1.9.0 β†’ 1.9.1 * πŸ“ Docs: Updated Release Notes
1 parent d8260e8 commit 4e28810

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

β€Ždocs/release_notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
<!-- prettier-ignore-end -->
1010

11+
## v1.9.1 (2021-10-04)
12+
13+
### Bug
14+
15+
- πŸ› Kafka Schema was not extracted from entire Dataframe. [#76](https://github.com/AbsaOSS/py2k/pull/76) - [@vesely-david](https://github.com/vesely-david)
16+
1117
## v1.9.0 (2021-05-15)
1218

1319
### Enhancement

β€Žpy2k/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
__version__ = '1.9.0'
14+
__version__ = '1.9.1'

β€Žsetup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.9.0
2+
current_version = 1.9.1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

β€Žsetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@
6363
test_suite='tests',
6464
tests_require=test_requirements,
6565
url='https://github.com/AbsaOSS/py2k.git',
66-
version='1.9.0',
66+
version='1.9.1',
6767
zip_safe=False,
6868
)

0 commit comments

Comments
Β (0)