mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
Release v2.5-beta2
This commit is contained in:
parent
7d8ae5e763
commit
3f1b42d466
@ -1,4 +1,4 @@
|
|||||||
v2.5-beta2 (FUTURE)
|
v2.5-beta2 (2018-11-26)
|
||||||
|
|
||||||
## BETA RELEASE
|
## BETA RELEASE
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ except ImportError:
|
|||||||
"Configuration file is not present. Please define netbox/netbox/configuration.py per the documentation."
|
"Configuration file is not present. Please define netbox/netbox/configuration.py per the documentation."
|
||||||
)
|
)
|
||||||
|
|
||||||
VERSION = '2.5-beta1'
|
VERSION = '2.5-beta2'
|
||||||
|
|
||||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ django-cors-headers==2.4.0
|
|||||||
django-debug-toolbar==1.10.1
|
django-debug-toolbar==1.10.1
|
||||||
django-filter==2.0.0
|
django-filter==2.0.0
|
||||||
django-mptt==0.9.1
|
django-mptt==0.9.1
|
||||||
django-tables2==2.0.2
|
django-tables2==2.0.3
|
||||||
django-taggit==0.23.0
|
django-taggit==0.23.0
|
||||||
django-taggit-serializer==0.1.7
|
django-taggit-serializer==0.1.7
|
||||||
django-timezone-field==3.0
|
django-timezone-field==3.0
|
||||||
@ -13,6 +13,6 @@ graphviz==0.10.1
|
|||||||
Markdown==2.6.11
|
Markdown==2.6.11
|
||||||
netaddr==0.7.19
|
netaddr==0.7.19
|
||||||
Pillow==5.3.0
|
Pillow==5.3.0
|
||||||
psycopg2-binary==2.7.5
|
psycopg2-binary==2.7.6.1
|
||||||
py-gfm==0.1.4
|
py-gfm==0.1.4
|
||||||
pycryptodome==3.7.0
|
pycryptodome==3.7.1
|
||||||
|
Loading…
Reference in New Issue
Block a user