Browse Source

Release v2.1.6

Jeremy Stretch 7 years ago
parent
commit
d16d89028f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netbox/netbox/settings.py

+ 1 - 1
netbox/netbox/settings.py

@@ -13,7 +13,7 @@ except ImportError:
     )
 
 
-VERSION = '2.1.6-dev'
+VERSION = '2.1.6'
 
 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))