ato 2.0.2__py3-none-any.whl → 2.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ato might be problematic. Click here for more details.

ato/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '1.12.0'
1
+ __version__ = '2.1.1'
ato/scope.py CHANGED
@@ -296,6 +296,7 @@ class Scope:
296
296
  self.manuals.update(manual)
297
297
  else:
298
298
  field(self.manuals)
299
+ return field
299
300
 
300
301
  @classmethod
301
302
  def logging_manual(cls):