Skip to content

Commit

Permalink
Release v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Oct 2, 2024
1 parent 5b2f2e1 commit 6a6154f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/01-feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
attributes:
label: NetBox version
description: What version of NetBox are you currently running?
placeholder: v4.1.2
placeholder: v4.1.3
validations:
required: true
- type: dropdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02-bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ body:
attributes:
label: NetBox Version
description: What version of NetBox are you currently running?
placeholder: v4.1.2
placeholder: v4.1.3
validations:
required: true
- type: dropdown
Expand Down
6 changes: 5 additions & 1 deletion docs/release-notes/version-4.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# NetBox v4.1

## v4.1.3 (FUTURE)
## v4.1.3 (2024-10-02)

### Enhancements

* [#17639](https://github.com/netbox-community/netbox/issues/17639) - Add SOCKS support to proxy settings for Git remote data sources

### Bug Fixes

Expand Down
4 changes: 2 additions & 2 deletions netbox/release.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version: "4.1.2"
version: "4.1.3"
edition: "Community"
published: "2024-09-26"
published: "2024-10-02"
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ django-prometheus==2.3.1
django-redis==5.4.0
django-rich==1.11.0
django-rq==2.10.2
django-taggit==6.0.0
django-taggit==6.1.0
django-tables2==2.7.0
django-timezone-field==7.0
djangorestframework==3.15.2
Expand All @@ -20,12 +20,12 @@ feedparser==6.0.11
gunicorn==23.0.0
Jinja2==3.1.4
Markdown==3.7
mkdocs-material==9.5.38
mkdocs-material==9.5.39
mkdocstrings[python-legacy]==0.26.1
netaddr==1.3.0
nh3==0.2.18
Pillow==10.4.0
psycopg[c,pool]==3.2.2
psycopg[c,pool]==3.2.3
PyYAML==6.0.2
requests==2.32.3
social-auth-app-django==5.4.2
Expand Down

0 comments on commit 6a6154f

Please sign in to comment.