Updated version to 1.7.1-dev
This commit is contained in:
parent
7806e79574
commit
0f55583b4c
@ -4,6 +4,11 @@
|
||||
|
||||
http://openslides.org
|
||||
|
||||
Version 1.7.1 (unreleased)
|
||||
==========================
|
||||
[https://github.com/OpenSlides/OpenSlides/milestones/1.7.1]
|
||||
|
||||
|
||||
Version 1.7 (2015-02-16)
|
||||
========================
|
||||
[https://github.com/OpenSlides/OpenSlides/milestones/1.7]
|
||||
|
@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
VERSION = (1, 7, 0, 'final', 1) # During development it is the next release
|
||||
RELEASE = True
|
||||
VERSION = (1, 7, 1, 'final', 1) # During development it is the next release
|
||||
RELEASE = False
|
||||
|
||||
|
||||
def get_version(version=None, release=None):
|
||||
|
Loading…
Reference in New Issue
Block a user