Skip to content

Commit

Permalink
Merge pull request #63 from mulkieran/master-new-version
Browse files Browse the repository at this point in the history
New version: 0.15
  • Loading branch information
mulkieran committed Dec 17, 2020
2 parents 19496bc + 7071072 commit 0fdc27a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions tests/CHANGES.txt → CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
justbytes 0.15 (UNRELEASED)
===========================
justbytes 0.15
==============

Recommended Python interpreter: 3.8.6
Recommended tox version: 3.15.2
Expand All @@ -11,4 +11,5 @@ YAML linter: yamllint (1.25.0)
https://github.com/stratis-storage/justbytes/pull/61

- Tidies and Maintenance:
https://github.com/stratis-storage/justbytes/pull/62
https://github.com/stratis-storage/justbytes/pull/60
2 changes: 1 addition & 1 deletion src/justbytes/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
.. moduleauthor:: mulhern <amulhern@redhat.com>
"""

__version__ = "0.14"
__version__ = "0.15"
__version_info__ = tuple(int(x) for x in __version__.split("."))
2 changes: 1 addition & 1 deletion tests/test_deterministic/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ class VersionTestCase(unittest.TestCase):

def testValue(self):
""" That value is reasonable. """
self.assertEqual(justbytes.__version__, "0.14")
self.assertEqual(justbytes.__version__, "0.15")

0 comments on commit 0fdc27a

Please sign in to comment.