Skip to content

Commit

Permalink
Merge pull request #249 from wmo-raf/dev
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
erick-otenyo authored Aug 5, 2024
2 parents fb5ead8 + 1d1440b commit e06910d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nmhs_cms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# major.minor.patch.release.number
# release must be one of alpha, beta, rc, or final
VERSION = (0, 9, 1, "final", 1)
VERSION = (0, 9, 1, "final", 0)

__version__ = get_version(VERSION)

Expand Down
4 changes: 2 additions & 2 deletions nmhs_cms/templates/navigation/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<header class="header-nav">
<div id="google_language_translator"></div>
<div class="nav-top-scroll-active-alert"></div>
<div class="top-nav-wrapper is-hidden-touch container is-fluid">
<div class="top-nav-wrapper is-hidden-touch container is-widescreen">
<div class="level top-nav">
<div class="level-left">
<a class="level-item main-logo" href="{{ current_site.root_url }}"
Expand Down Expand Up @@ -115,7 +115,7 @@

</div>
</div>

<nav class="navbar is-justify-content-center is-align-content-center bottom-nav" role="navigation"
aria-label="main navigation">
<div class="navbar-brand is-hidden-desktop">
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fonttools==4.39.4
forecastmanager==0.5.3
frozenlist==1.3.3
future==0.18.3
geomanager==0.4.8
geomanager==0.4.9
geopandas==0.13.0
google-api-core==2.11.0
google-api-python-client==2.79.0
Expand Down

0 comments on commit e06910d

Please sign in to comment.