Bumped version to 0.2.dev and added tagging of releases with date.
authorzuber <marek@stepniowski.com>
Thu, 15 Oct 2009 17:22:28 +0000 (19:22 +0200)
committerzuber <marek@stepniowski.com>
Thu, 15 Oct 2009 17:22:28 +0000 (19:22 +0200)
setup.cfg [new file with mode: 0644]
setup.py

diff --git a/setup.cfg b/setup.cfg
new file mode 100644 (file)
index 0000000..debbf50
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,3 @@
+[egg_info]
+tag_build = .dev
+tag_date = 1
\ No newline at end of file
index 8f06deb..f98a66e 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
  
 setup(
     name='django-cas-provider',
-    version='0.1dev',
+    version='0.2',
     description='A "provider" for the Central Authentication Service (http://jasig.org/cas)',
     author='Chris Williams',
     author_email='chris@nitron.org',