Skip to content

Commit

Permalink
Changed version to 1.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Littman committed Jan 6, 2017
1 parent d2a08d0 commit 18ee436
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[bumpversion]
current_version = 1.4.0
current_version = 1.4.1

[bumpversion:file:docs/conf.py]

[bumpversion:file:sfm/sfm/settings/common.py]

[bumpversion:file:requirements/release.txt]

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '1.4.0'
release = '1.4.1'
# The short X.Y version.
version = release[0:release.rindex(".")]

Expand Down
2 changes: 1 addition & 1 deletion requirements/release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/gwu-libraries/[email protected].0#egg=sfmutils
git+https://github.com/gwu-libraries/[email protected].1#egg=sfmutils
2 changes: 1 addition & 1 deletion sfm/sfm/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,4 @@
SERIALIZE_HOUR = env.get('SFM_SERIALIZE_HOUR', '3')
SERIALIZE_MINUTE = env.get('SFM_SERIALIZE_MINUTE', '0')

SFM_UI_VERSION = "1.4.0"
SFM_UI_VERSION = "1.4.1"

0 comments on commit 18ee436

Please sign in to comment.