Skip to content

Commit

Permalink
Merge pull request #354 from mulkieran/master-v1.1.0
Browse files Browse the repository at this point in the history
New version: 1.1.0
  • Loading branch information
mulkieran authored Oct 2, 2019
2 parents 3f9aa3a + 09049de commit 2a9bd84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
stratis-cli 1.0.5 (UNRELEASED)
==============================
stratis-cli 1.1.0
=================
Python auto-formatter: black (18.9b0)

New dependency requirements:
- dbus-python-client-gen: 0.6
- dbus-python-client-gen: 0.7

- Add a STRATIS_DBUS_TIMEOUT environment variable:
https://github.com/stratis-storage/stratis-cli/issues/252
Expand Down Expand Up @@ -34,6 +34,9 @@ New dependency requirements:
https://github.com/stratis-storage/stratis-cli/pull/318

- Tidies and Maintenance:
https://github.com/stratis-storage/stratis-cli/pull/353
https://github.com/stratis-storage/stratis-cli/pull/352
https://github.com/stratis-storage/stratis-cli/pull/351
https://github.com/stratis-storage/stratis-cli/pull/348
https://github.com/stratis-storage/stratis-cli/pull/346
https://github.com/stratis-storage/stratis-cli/pull/341
Expand Down
2 changes: 1 addition & 1 deletion src/stratis_cli/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
.. moduleauthor:: mulhern <[email protected]>
"""

__version_info__ = (1, 0, 4)
__version_info__ = (1, 1, 0)
__version__ = ".".join(str(x) for x in __version_info__)

0 comments on commit 2a9bd84

Please sign in to comment.