Skip to content

Commit

Permalink
bump app version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhl10 committed Dec 16, 2019
1 parent de14813 commit 93ec651
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion browse/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import dateutil.parser
from datetime import datetime, timedelta

APP_VERSION = '0.2.6'
APP_VERSION = '0.2.7'
"""The application version """

ON = 'yes'
Expand Down
2 changes: 1 addition & 1 deletion browse/templates/feedback_collector.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<a href="https://confluence.cornell.edu/x/G5H4FQ">Browse v0.2.1 released 2019-04-18</a>
<a href="https://confluence.cornell.edu/x/G5H4FQ">Browse v0.2.7 released 2019-12-16</a>
&nbsp;&nbsp;<button class="button is-small" id="feedback-button">Feedback?</button>
2 changes: 1 addition & 1 deletion browse/templates/feedback_collector_js.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
fieldValues: {
"components": ["15700"], // Jira ID for browse component
"versions": ["14153"], // Jira ID for browse-0.2.1 release
"versions": ["14304"], // Jira ID for browse-0.2.7 release
"customfield_11401": window.location.href
}
};
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.2.3'
release = '0.2.7'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 93ec651

Please sign in to comment.