Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > 3ebe0bea9525325544e63439ac2997e3 > files > 30

python-incremental-17.5.0-1.mga6.noarch.rpm

Incremental 17.5.0 (2017-05-20)
===============================

Deprecations and Removals
-------------------------

- Incremental will no longer attempt to read git or svn repositories to see if
  the project is running from a checkout. (#30, #31, #32)


Incremental 16.10.1 (2016-10-20)
================================

Bugfixes
--------

- Comparisons of Versions now compare the lowercased forms of both
  version packages, rather than being case sensitive. (#23)


Incremental 16.10.0 (2016-10-10)
================================

Bugfixes
--------

- incremental.update now adds a docstring to the autogenerated file.
  (#18)

Misc
----

- #20


Incremental 16.9.1 (2016-09-21)
===============================

Bugfixes
--------

- python -m incremental.update <package> --dev now starts a dev-less
  package at 0, not 1. (#15)


Incremental 16.9.0 (2016-09-18)
===============================

Features
--------

- Incremental now uses 'rcX' instead of 'pre' for prereleases/release
  candidates, to match PEP440. (#4)
- If you reference "<yourproject> NEXT" and use `python -m
  incremental.update`, it will automatically be updated to the next
  release version number. (#7)

Misc
----

- #1, #10