Skip to content

Commit

Permalink
Rename the datanommer.models project to datanommer-models
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard authored and renovate[bot] committed Oct 23, 2023
1 parent 044e5b0 commit 86798ff
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 29 deletions.
2 changes: 1 addition & 1 deletion datagrepper/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
def inject_variable():
"""Inject some global variables into all templates"""
extras = {
"models_version": get_distribution("datanommer.models").version,
"models_version": get_distribution("datanommer-models").version,
"grepper_version": get_distribution("datagrepper").version,
}
return extras
Expand Down
2 changes: 1 addition & 1 deletion datagrepper/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ <h1>{{config.BUS_INFO.shortname}} <small>messages</small></h1>
</p>
<p class="text-muted">
Running <code>datagrepper-{{grepper_version}}</code>,
<code>datanommer.models-{{models_version}}</code>
<code>datanommer-models-{{models_version}}</code>
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion datagrepper/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h1>JSON {{config.BUS_INFO.shortname}} API</h1>
</p>
<p class="text-muted">
Running <code>datagrepper-{{grepper_version}}</code>,
<code>datanommer.models-{{models_version}}</code>
<code>datanommer-models-{{models_version}}</code>
</p>
</div>
</div>
Expand Down
Loading

0 comments on commit 86798ff

Please sign in to comment.