Skip to content

Commit ef7955c

Browse files
committed
Merge pull request #1139 from ElDeveloper/bump-to-dev
REL: Bump version to 0.1.0-dev & update CHANGELOG
2 parents 7c6972b + 5eb78ef commit ef7955c

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Qiita changelog
22

3+
4+
Qiita 0.1.0-dev (changes since Qiita 0.1.0 go here)
5+
---------------------------------------------------
6+
37
Version 0.1.0 (2015-04-30)
48
--------------------------
59

qiita_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# The full license is in the file LICENSE, distributed with this software.
77
# -----------------------------------------------------------------------------
88

9-
__version__ = "0.1.0"
9+
__version__ = "0.1.0-dev"

qiita_db/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# The full license is in the file LICENSE, distributed with this software.
77
# -----------------------------------------------------------------------------
88

9-
__version__ = "0.1.0"
9+
__version__ = "0.1.0-dev"

qiita_pet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
'IE': 10
1414
}
1515

16-
__version__ = "0.1.0"
16+
__version__ = "0.1.0-dev"

qiita_ware/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# The full license is in the file LICENSE, distributed with this software.
77
# -----------------------------------------------------------------------------
88

9-
__version__ = "0.1.0"
9+
__version__ = "0.1.0-dev"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from setuptools import setup
1111
from glob import glob
1212

13-
__version__ = "0.1.0"
13+
__version__ = "0.1.0-dev"
1414

1515

1616
classes = """

0 commit comments

Comments
 (0)