Bumped versio to .dev0
parent
7d562511ba
commit
8527244cb3
|
|
@ -11,5 +11,4 @@ Release logic:
|
||||||
6. git commit
|
6. git commit
|
||||||
7. push to github
|
7. push to github
|
||||||
"""
|
"""
|
||||||
__version__ = "0.4.2"
|
__version__ = "0.4.2.dev0"
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'django_polymorphic',
|
name = 'django_polymorphic',
|
||||||
version ="0.4.2", # You must ALSO bump polymorphic.__version__ !
|
version ="0.4.2.dev0", # You must ALSO bump polymorphic.__version__ !
|
||||||
description = 'Seamless Polymorphic Inheritance for Django Models',
|
description = 'Seamless Polymorphic Inheritance for Django Models',
|
||||||
url = 'https://github.com/chrisglass/django_polymorphic',
|
url = 'https://github.com/chrisglass/django_polymorphic',
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue