Skip to content

Commit

Permalink
Merge pull request #92 from deniszh/DZ-v1.1.2
Browse files Browse the repository at this point in the history
Preparing release 1.1.2
  • Loading branch information
deniszh committed Feb 11, 2018
2 parents 7f8efab + df81055 commit 3b93659
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
@@ -1,3 +1,7 @@
## v1.1.2
- carbon-sync: expose --overwrite to copy all non-null datapoints (PR#89, @jehiah)
- fill: fix bugs causing some data points not to be copied (PR#90, @jehiah)

## v1.1.1
- passing empty list for nodes seems to work (PR#87, @olevchyk)

Expand Down
2 changes: 1 addition & 1 deletion carbonate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Tools for managing a federated Carbon cluster.
"""

__version_info__ = ('1', '1', '1')
__version_info__ = ('1', '1', '2')
__version__ = '.'.join(__version_info__)


Expand Down

0 comments on commit 3b93659

Please sign in to comment.