Skip to content

Commit

Permalink
v10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci authored and VersionBot committed Apr 28, 2021
1 parent e111d49 commit 73e95ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## v10.2.0 - 2021-04-23

* Manage lock overrides using the config variables instead of the endpoint [Trong Nghia Nguyen]

## v10.1.3 - 2021-04-23

* Fix wrong example for DeviceServiceEnvVar method [Trong Nghia Nguyen]
Expand Down
2 changes: 1 addition & 1 deletion balena/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from .twofactor_auth import TwoFactorAuth


__version__ = '10.1.3'
__version__ = '10.2.0'


class Balena(object):
Expand Down

0 comments on commit 73e95ea

Please sign in to comment.