Changelog

Version 0.2.2

Released on Jul 1th 2016

  • Fixed forgot to update changelog.

Version 0.2.1

Released on Jul 1th 2016

  • Added documentation to the API.
  • Updated to have no more strict Sphinx builds.
  • Updated requirments.

Version 0.2.0

Released on Jun 30th 2016

  • Added scanning for package path is now configurable.
  • After extended use of 0.1.13 I deemed this project ready for it’s 0.2 phase.

Version 0.1.13

Released on Feb 9th 2016

  • Updated requirements.
  • Fixed copy of environment.

Version 0.1.12

Released on Feb 9th 2016

  • Added coveralls call to run on test when .coveralls.yml is present.
  • Updated requirements.
  • Fixed running commands will now copy your current environment.

Version 0.1.11

Released on Feb 8th 2016

  • Added check GIT is clean to publish.

Version 0.1.10

Released on Feb 8th 2016

  • Fixed wrong default value for some of the CLI commands.

Version 0.1.9

Released on Feb 8th 2016

  • Updated CLI documentation.
  • Updated the Assemble API to be more flexible.
  • Updated to require less packages.
  • Fixed some usability bugs.

Version 0.1.8

Released on Feb 7th 2016

  • Added automatic install_requires to the setup call of your package.

Version 0.1.7

Released on Feb 4th 2016

  • Added requirements-scan command.
  • Added extra options (–major/-x, –minor/-y, –patch/-p) to version command.
  • Fixed scanning for GIT version to be quiet.

Version 0.1.6

Released on Feb 1st 2016

  • Added sphinx.ext.coverage.
  • Added auto-rebuild of tox environment on requirements change.
  • Updated requirements to match.
  • Updated tox.ini.
  • Fixed Flake8 problems.

Version 0.1.5

Released on Jan 28th 2016

  • Updated documentation (other package stuff).

Version 0.1.4

Released on Jan 28th 2016

  • Added upload-documentation command.

Version 0.1.3

Released on Jan 28th 2016

  • Removed the Version requirement, because it doesn’t work on Python 3.

Version 0.1.2

Released on Jan 28th 2016

  • Assemble is now ready to Assemble packages.

Version 0.1

Released on Jan 28th 2016

  • Initial release