Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ABizzinotto committed Sep 17, 2023
1 parent 96f8d32 commit 0100fe5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== 1.0.5 ===

Minor fixes to docs and to the Noko client

=== 1.0.0 ===

* Implement new NokoClient for the v2 API
Expand Down
2 changes: 1 addition & 1 deletion freckle_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Freckle client package."""
__version__ = "1.0.4" # pragma: no cover
__version__ = "1.0.5" # pragma: no cover
2 changes: 1 addition & 1 deletion noko_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Noko client package."""
__version__ = "1.0.4" # pragma: no cover
__version__ = "1.0.5" # pragma: no cover

0 comments on commit 0100fe5

Please sign in to comment.