Skip to content

v0.5.0

Compare
Choose a tag to compare
@sergeyklay sergeyklay released this 07 Jun 17:42
17e4257

Features

  • Introduced ability to specify the maximum number of concurrent processes to use when syncing.

Improvements

  • Reformat log entries to provide logs in a bit more readable format as well as process id (PID).
  • Changed additional groups of dependencies declared in setup.py so that develop is superset now for testing and docs.
  • Remove dependencies from develop group which are not necessary for developing the package.
  • Used single requirements.txt file to declare project dependencies. Additional dependencies from develop, testing and docs groups lives now in setup.py or tox.ini.

Bug Fixes

  • Added missed files to the package contents.
  • Don't include tests package in wheel. Previously pip install gstore used to install a top-level package tests. This was fixed.
  • Fixed package description.