Jeremy Stretch пре 9 година
родитељ
комит
c96d03cc4b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      netbox/netbox/settings.py

+ 1 - 1
netbox/netbox/settings.py

@@ -12,7 +12,7 @@ except ImportError:
                                "the documentation.")
 
 
-VERSION = '1.3.1'
+VERSION = '1.3.2-dev'
 
 # Import local configuration
 for setting in ['ALLOWED_HOSTS', 'DATABASE', 'SECRET_KEY']: