We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f8d32 commit 0100fe5Copy full SHA for 0100fe5
CHANGELOG.txt
@@ -1,3 +1,7 @@
1
+=== 1.0.5 ===
2
+
3
+Minor fixes to docs and to the Noko client
4
5
=== 1.0.0 ===
6
7
* Implement new NokoClient for the v2 API
freckle_client/__init__.py
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Freckle client package."""
-__version__ = "1.0.4" # pragma: no cover
+__version__ = "1.0.5" # pragma: no cover
noko_client/__init__.py
"""Noko client package."""
0 commit comments