Skip to content

Commit

Permalink
Merge pull request #115 from deniszh/master
Browse files Browse the repository at this point in the history
Release 1.1.7
  • Loading branch information
deniszh authored Mar 16, 2020
2 parents d64b80e + 693f6a4 commit 1967506
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.1.7
- fixes python3 TypeError (#113, @l4r-s)
- Change write mode to non-binary. (#111, @hdost)
- Add python3 testing (#110, @hdost)
- add codecov (#112, @piotr1212)

## v1.1.6
- Python 3 support (PR#107, @piotr1212)
- Use --copy-dest, enabling the rsync algorithm when copying from remote to staging (PR#106, @luke-heberling)
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', '6')
__version_info__ = ('1', '1', '7')
__version__ = '.'.join(__version_info__)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def read(fname):
]
},
classifiers=[
'License :: OSI Approved :: MIT License'
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 1967506

Please sign in to comment.