File: __version__.py

package info (click to toggle)
django-polymorphic 0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 436 kB
  • ctags: 586
  • sloc: python: 2,208; makefile: 142
file content (14 lines) | stat: -rw-r--r-- 357 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- coding: utf-8 -*-
"""
See PEP 386 (https://www.python.org/dev/peps/pep-0386/)

Release logic:
    1. Remove "dev#" from current (this file, now AND setup.py!).
    2. git commit
    3. git tag <version>
    4. push to pypi + push --tags to github
    5. bump the version, append ".dev0"
    6. git commit
    7. push to github
"""
__version__ = "0.6"