Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
davorrunje committed Mar 8, 2023
1 parent 02c677f commit f858064
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!-- do not remove -->

## 0.1.3

- version update in __init__.py


## 0.1.2

### New Features
Expand Down
2 changes: 1 addition & 1 deletion fastkafka/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.2rc1"
__version__ = "0.1.3"
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/998_Application_export.ipynb.

# %% auto 0
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Python library ###
repo = fastkafka
lib_name = %(repo)s
version = 0.1.2
version = 0.1.3
min_python = 3.8
license = apache2

Expand Down

0 comments on commit f858064

Please sign in to comment.