Public » FogBugz Middleware
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.2 and tip

1.2 update setup.py for new version

Changeset edafd7eba0c3

Parent c21e730cda7f

by Profile picture of Benjamin PollackBenjamin Pollack

Changes to one file · Browse files at edafd7eba0c3 Showing diff from parent c21e730cda7f Diff from another changeset...

Change 1 of 1 Show Entire File setup.py Stacked
 
1
2
3
4
 
5
6
7
 
1
2
3
 
4
5
6
7
@@ -1,7 +1,7 @@
 from distutils.core import setup    setup(name='FogBugzMiddleware', - version='1.1', + version='1.2',   description='FogBugz Middleware for Django',   author='Benjamin Pollack',   author_email='benjamin@bitquabit.com',