diff --git a/newsbox/__init__.py b/newsbox/__init__.py index f5c0a11dc5294ae366b791e98d211808d5e94b8c..01ba901c33ed5577c7392c52558e871694cc5355 100644 --- a/newsbox/__init__.py +++ b/newsbox/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '0.6.14' +__version__ = '0.6.15' diff --git a/tbump.toml b/tbump.toml index 1bb0b2b14861184a41c481e4aba616413ca20769..8e69d603b0c20bb2fa8d85d85278549d37a25c91 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,5 +1,5 @@ [version] -current = "0.6.14" +current = "0.6.15" # Example of a semver regexp. # Make sure this matches current_version before