~ubuntu-branches/debian/sid/checkbox-ng/sid

« back to all changes in this revision

Viewing changes to checkbox_ng/__init__.py

  • Committer: Package Import Robot
  • Author(s): Zygmunt Krynicki, Zygmunt Krynicki, Piotr Ożarowski
  • Date: 2014-03-27 11:18:14 UTC
  • mfrom: (2.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140327111814-kzf5vyqjya0m286s
[ Zygmunt Krynicki ]
* New upstream release: https://launchpad.net/checkbox-ng/14.04/0.3 
* debian/control: make python3-checkbox-ng, checkbox-ng and checkbox-service
  all depend on one version of themselves. LP: #1298284
* debian/control: depend on latest plainbox 
* debian/upstream/signing-key.asc: Use armoured gpg keys to avoid having to
  keep binary files in Debian packaging. Also, replace that with my key
  since I made the 0.3 release upstream.
* debian/source/include-binaries: no longer needed 

[ Piotr Ożarowski ]
* debian/watch: add support for dev releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
CheckBoxNG is a new version of CheckBox built on top of PlainBox
25
25
"""
26
26
 
27
 
__version__ = (0, 1, 0, "dev", 0)
 
27
__version__ = (0, 3, 0, "final", 0)