[Checkins] [zopefoundation/zope.globalrequest] b891c0: Add setup.cfg to please check-manifest.

GitHub noreply at github.com
Wed Apr 29 11:57:32 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.globalrequest
  Commit: b891c08aeba3d0defa0c1ed926c3d30f697e7541
      https://github.com/zopefoundation/zope.globalrequest/commit/b891c08aeba3d0defa0c1ed926c3d30f697e7541
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2015-04-29 (Wed, 29 Apr 2015)

  Changed paths:
    A setup.cfg

  Log Message:
  -----------
  Add setup.cfg to please check-manifest.


  Commit: 3ae657aeae32f177088a3959dc327615da8e04a3
      https://github.com/zopefoundation/zope.globalrequest/commit/3ae657aeae32f177088a3959dc327615da8e04a3
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2015-04-29 (Wed, 29 Apr 2015)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  setup.py: use 'version' so zest.releaser can update it.

zest.releaser cannot update the '__version__' with underscores.  We
could keep this variable, but there is no way to actually access this
variable.  If we want underscores and want to access this, it should
be in zope/globalrequest/__init__.py, something like this:

import pkg_resources
__version__ = pkg_resources.get_distribution("zope.globalrequest").version

See http://zestreleaser.readthedocs.org/en/latest/versions.html


  Commit: 33b406b456718de1f7d82b6e2de984afb74ae0ff
      https://github.com/zopefoundation/zope.globalrequest/commit/33b406b456718de1f7d82b6e2de984afb74ae0ff
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2015-04-29 (Wed, 29 Apr 2015)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Preparing release 1.1

[ci skip]


  Commit: 757bfd8a912392ab124942c3fa6ee347d845b3e6
      https://github.com/zopefoundation/zope.globalrequest/commit/757bfd8a912392ab124942c3fa6ee347d845b3e6
  Author: Maurits van Rees <maurits at vanrees.org>
  Date:   2015-04-29 (Wed, 29 Apr 2015)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Back to development: 1.2

[ci skip]


Compare: https://github.com/zopefoundation/zope.globalrequest/compare/42b15d1da8f1...757bfd8a9123


More information about the checkins mailing list