Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Updated pipfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jhsaraja committed May 7, 2019
1 parent c3d99a0 commit 8c2ba1d
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 16 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Expand Up @@ -2,6 +2,12 @@
History
=======

0.1.6 (2019-05-07)
------------------

* Updated pip and tox in 'requirements_dev.txt' file.
* Updated Pipfile.lock

0.1.5 (2019-04-02)
------------------

Expand Down
22 changes: 11 additions & 11 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pakettikauppa/__init__.py
Expand Up @@ -4,4 +4,4 @@

__author__ = """Porntip Chaibamrung"""
__email__ = 'tipi@vilkas.fi'
__version__ = '0.1.5'
__version__ = '0.1.6'
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.5
current_version = 0.1.6
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@

setup(
name='pakettikauppa',
version='0.1.5',
version='0.1.6',
description="Client python modules for Pakettikauppa integration",
long_description=readme + '\n\n' + history,
author="Porntip Chaibamrung",
Expand Down
6 changes: 4 additions & 2 deletions tests/test_create_shipment.py
Expand Up @@ -20,8 +20,10 @@ def setUpClass(cls):
# customer id = 65
# 'd4fb618f-1f44-4dc0-bdce-4993f4b91b77'
# 'b5c95243276d3ff398207f8dea3013fef001e6e5f51fb9cb2252f609608a81'
cls.API_KEY = '4f10f3dc-cbc7-47a6-abf7-ec2f8189977f'
cls.SECRET = '8b6510ef94f2cb9da3d4320d12ae1cd9c880a71be4e8e983e170a71482d43a278b0d53c4a39ef283'
#cls.API_KEY = '4f10f3dc-cbc7-47a6-abf7-ec2f8189977f'
#cls.SECRET = '8b6510ef94f2cb9da3d4320d12ae1cd9c880a71be4e8e983e170a71482d43a278b0d53c4a39ef283'
cls.API_KEY = '00000000-0000-0000-0000-000000000000'
cls.SECRET = '1234567890ABCDEF'
cls.ROUTING_ID = '1464524676'
cls.ORDER_ALIAS = 'ORDER10002'

Expand Down

0 comments on commit 8c2ba1d

Please sign in to comment.