Skip to content

Commit

Permalink
bump version and add entry to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Swen committed Jul 8, 2020
1 parent 9ee55aa commit e2fa950
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### Version 0.4.4
* Enable JSON logging using loguru
### Version 0.4.3
* Fix bug fix introduced in Version 0.4.2, only commit offsets if exist.
### Version 0.4.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="pyconnect",
version="0.4.3",
version="0.4.4",
packages=["pyconnect"],
package_dir={"": "src"},
# minimal requirements to run pyconnect
Expand Down

0 comments on commit e2fa950

Please sign in to comment.