We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe12435 commit f68ecc8Copy full SHA for f68ecc8
CHANGES.txt
@@ -1,6 +1,12 @@
1
CHANGES
2
*******
3
4
+3.3.5 (unreleased)
5
+==================
6
+
7
+- Nothing changed yet.
8
9
10
3.3.4 (2015-04-21)
11
==================
12
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os
-version = '3.3.4'
+version = '3.3.5.dev0'
def read(*rnames):
0 commit comments