Skip to content

Commit

Permalink
Bump version to v2.1.0-rc12
Browse files Browse the repository at this point in the history
  • Loading branch information
polyaxon-ci committed Jan 24, 2024
1 parent a003938 commit 12bca9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions haupt/haupt/common/apis/templates/base/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
{% if ui_offline %}
<script src="{% static 'vendors/js/react.production.18.0.2.min.js' %}"></script>
<script src="{% static 'vendors/js/react-dom.production.18.0.2.min.js' %}"></script>
<script src="{% static 'vendors/js/moment.2.29.3.min.js' %}"></script>
<script src="{% static 'vendors/js/plotly.2.24.2.min.js' %}"></script>
<script src="{% static 'vendors/js/moment.2.30.1.min.js' %}"></script>
<script src="{% static 'vendors/js/plotly.2.28.0.min.js' %}"></script>
<script src="{% static 'vendors/js/create-plotly-component.2.6.0.min.js' %}"></script>
<script src="{% static 'vendors/js/bokeh.3.2.0.min.js' %}"></script>
<script src="{% static 'vendors/js/vega@5.min.js' %}"></script>
Expand All @@ -88,8 +88,8 @@
{% else %}
<script src="https://unpkg.com/react@18.2.0/umd/react.production.min.js"></script>
<script src="https://unpkg.com/react-dom@18.2.0/umd/react-dom.production.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.3/moment.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/plotly.js/2.24.2/plotly.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.30.1/moment.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/plotly.js/2.28.0/plotly.min.js"></script>
<script src="https://unpkg.com/react-plotly.js@2.6.0/dist/create-plotly-component.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bokeh/3.2.0/bokeh.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vega@5.25.0/build/vega.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion haupt/haupt/pkg.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = "haupt"
VERSION = "2.1.0-rc10"
VERSION = "2.1.0-rc12"
DESC = (
"Lineage metadata API, artifacts streams, sandbox, ML-API, and spaces for Polyaxon."
)
Expand Down

0 comments on commit 12bca9c

Please sign in to comment.