Changeset - dd21a8769350
[Not reviewed]
master
0 2 0
Branko Majic (branko) - 7 years ago 2016-12-03 16:51:04
branko@majic.rs
Noticket: Bumping version to development.
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -54,9 +54,9 @@ copyright = u'2013, Branko Majic'
 
# built documents.
 
#
 
# The short X.Y version.
 
version = '0.2'
 
version = '0.2-dev'
 
# The full version, including alpha/beta/rc tags.
 
release = '0.2'
 
release = '0.2-dev'
 

	
 
# The language for content autogenerated by Sphinx. Refer to documentation
 
# for a list of supported languages.
setup.py
Show inline comments
 
@@ -10,7 +10,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
 

	
 
setup(
 
    name='django-pydenticon',
 
    version='0.2',
 
    version='0.2-dev',
 
    packages=find_packages(exclude=["testproject", "testproject.*"]),
 
    include_package_data=True,
 
    license='BSD',
0 comments (0 inline, 0 general)