Skip to content

Commit

Permalink
Set version to 1.6 final
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Jul 15, 2016
1 parent 1b46e4f commit 56bd773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eulfedora/__init__.py
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.


__version_info__ = (1, 6, 0, 'dev')
__version_info__ = (1, 6, 0, None)

# Dot-connect all but the last. Last is dash-connected if not None.
__version__ = '.'.join([str(i) for i in __version_info__[:-1]])
Expand Down

0 comments on commit 56bd773

Please sign in to comment.