Skip to content

Commit

Permalink
Merge branch 'master' into release/0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
thclark authored Aug 16, 2020
2 parents bb7b9ea + a2cff11 commit a9cf780
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ deploy:
edge: true
user: octue
password:
secure: "m8URYQxxMK+gRqkLvrYus9N/D2Nk69TBYGOivegAYd8gIDomwTUrejYkNHKmU0F6CyB1CqttBSREFabiF2Hjst/WHRyrGhI33vBiKINqc7mI6+wCay+HaCiMAouGp0W/D5FTrLuIcmBO1qeaHmky5zXNNLPGkKLJ+MjFCyfQXjlbvmhG+REo0X9EG4xgFnUKaaWfq4oqGTe6eZSRMbd9HSUgPuEedZHlxAindPaUvv8pZYGK7zZnLvSrFw9IcjdcPD/2U5aabPiwuPl8yRFMsu7j7ZxllvENTGIAZSoau9g8gOvJ7+q6DvcnlGtxyU5ghrLKHYCJP6g5BJMwMO1vuvjG0VGOTXpErvkab3fley5it+ETZTFPOUucRnHPvrVGU5/qxjW0381zSnzn/6yx8SEV//m3MJfumLJ8jGsPnTF4wW2ygS5oiptVYuwP5CFGCpY746Xx3SAjFIdV1JHKiUSy/wRtOFFEJuUyML2K0UlLi4rnejZpx1NRrvQ4pt7n+/G+cYXvSnqvkKztCkz1D5K5l/mI98VhVg21LreXbkEpknHupVmX9LCNOetlir0aYw3f8aP07OgYVa/+jlqla7xUGDSRA9WjBNSbmos8pVi22KNhdgk5VZccLwLGKz8wc+mqzBsmALr2L1u4AePWDMCl8SotjbSYs8O0V0YXjgU="
secure: "Uf3ADe1gJzq53o37a6n9UE4Jwvsc2U2PrN5MTWJX7YuyQP+0aOFKWzR4k4QJWS8TNc40HTy9arDZTEOuWXCi4tDUI363dZ2Qz2DwL+Ts/wQL4M6qd5h43U5+azs+ypdvxES1lRtslYznirfR49vBQn/EFXChN1v9pLZ5AuRdA68UGGyeyi1/TnoAIQbQl9FNgm1yfoZROozUkLMUoQJGcj7kVGrAJKUHeeCol9e9FKB+GDAuqJHalRS/j7xQgNfikseGLXIa0yxXgraOV5cgyEHHwEITkTpUIcGXRcPt8VGYJ4dxoME5c9RBZreyGGbsoDZkClwSiObB+z+O1qZgvY86wYW47fZcr9cr/zdpXK4GSfZncYPvTj6+VZVx3qBGqtKMx6NQP7sHD0e2i34pLJ9Q/EQjwrBMxSFgSC+SbDGoJ63uRhNshxaTrK8sDd2z6IDbA2ydL3MWPnXZnT1+cPLEEFNpmKBQ1gZ4+aAzs+4ITSLzH6JDVthfzjBaw2HnEBm/FtuY8q7CwNZ7xca4MYux8BJRPmRA92HI60N0e7lbHG/rLfsighamXaNxQcJfDWD6u8ztnPoYM9+ikEZAyQfzj7g/pzgV0vlVRHQXAXA0S/to9TDYSv9e4Xd082SICPr2fh1mtQ+5t8FPJYGAGNsSuE5evBViDVkOxkFbrwE="
on:
branch: master
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

A library to help digital twins and data services talk to one another. Read more at [twined.readthedocs.io](https://twined.readthedocs.io)

[![PyPI version](https://badge.fury.io/py/twined.svg)](https://badge.fury.io/py/twined)
[![Build Status](https://travis-ci.com/octue/twined.svg?branch=master)](https://travis-ci.com/octue/twined)
[![codecov](https://codecov.io/gh/octue/twined/branch/master/graph/badge.svg)](https://codecov.io/gh/octue/twined)
[![Documentation Status](https://readthedocs.org/projects/twined/badge/?version=latest)](https://twined.readthedocs.io/en/latest/?badge=latest)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="twined",
version="0.0.12",
version="0.0.12-alpha",
py_modules=[],
install_requires=["jsonschema ~= 3.2.0", "python-dotenv"],
url="https://www.github.com/octue/twined",
Expand Down

0 comments on commit a9cf780

Please sign in to comment.