Skip to content

Commit

Permalink
version bump to v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Apr 25, 2018
1 parent c520fb0 commit 6ebd397
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/ufodiff/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

# ====================================================
# Copyright 2017 Christopher Simpkins
# Copyright 2018 Christopher Simpkins
# MIT License
# ====================================================

Expand All @@ -16,15 +16,15 @@
# ------------------------------------------------------------------------------
major_version = "0"
minor_version = "5"
patch_version = "1"
patch_version = "2"

# ------------------------------------------------------------------------------
# Help String
# ------------------------------------------------------------------------------

HELP = """====================================================
ufodiff
Copyright 2017 Christopher Simpkins
Copyright 2018 Christopher Simpkins
MIT License
Source: https://github.com/source-foundry/ufodiff
====================================================
Expand All @@ -41,14 +41,14 @@
- all
- diff --- colored text diff of UFO spec files (only)
- diffnc --- uncolored text diff of UFO spec files (only)
Syntax:
ufodiff delta all [commits:[N] | branch:[name]] <optional UFO filter>
ufodiff deltajson all [commits:[N] | branch:[name]] <optional UFO filter>
ufodiff deltamd all [commits:[N] | branch:[name]] <optional UFO filter>
ufodiff diff [commits:[N] | branch:[name]]
ufodiff diffnc [commits:[N] | branch:[name]]
Increase or decrease integer value after the `commits:` argument to analyze across that number of commits in the commit history.
Include an existing git branch for comparison with your current branch after the `branch:` argument.
Expand Down

0 comments on commit 6ebd397

Please sign in to comment.