Skip to content

Commit 4a35ffa

Browse files
committed
update version
1 parent cb659b4 commit 4a35ffa

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Following guidelines of http://keepachangelog.com/
33

44
## [Unreleased]
55

6+
## [2.1.3] - Oct 7, 2018
7+
- add `forcePush` argument to `insert_all` function
8+
69
## [2.1.2] - Sep 25, 2017
710
- Release with fixed version
811

@@ -43,7 +46,8 @@ Following guidelines of http://keepachangelog.com/
4346
## [0.1] - May 20, 2015
4447
- Initial release
4548

46-
[Unreleased]: https://github.com/databox/databox-go/compare/2.1.2...master
49+
[Unreleased]: https://github.com/databox/databox-go/compare/2.1.3...master
50+
[2.1.3]: https://github.com/databox/databox-python/compare/2.1.2...2.1.3
4751
[2.1.2]: https://github.com/databox/databox-python/compare/2.1.1...2.1.2
4852
[2.1.1]: https://github.com/databox/databox-python/compare/2.1.0...2.1.1
4953
[2.1.0]: https://github.com/databox/databox-python/compare/2.0.0...2.1.0

databox/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = 'databox'
2-
__version__ = '2.1.2'
2+
__version__ = '2.1.3'
33
__description__ = 'Python wrapper for Databox - Mobile Executive Dashboard.'
44
__url__ = 'https://github.com/databox/databox-python'
55
__author__ = 'Databox'

0 commit comments

Comments
 (0)