Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68633d commit d0d1a51Copy full SHA for d0d1a51
docs/HISTORY.txt
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+0.7.1 (unreleased)
5
+------------------
6
+
7
+- Nothing changed yet.
8
9
10
0.7.0 (2011-11-16)
11
------------------
12
setup.py
@@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages
-version = '0.7.0'
+version = '0.7.1dev'
setup(name='appy',
version=version,
0 commit comments