Skip to content

Commit

Permalink
[RELEASE]: v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav274 committed Apr 17, 2023
1 parent 5c66b4a commit 3bfd506
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion eva/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

_MAJOR = "0"
_MINOR = "1"
_REVISION = "7+dev"
_REVISION = "7"

VERSION_SHORT = f"{_MAJOR}.{_MINOR}"
VERSION = f"{_MAJOR}.{_MINOR}.{_REVISION}"
2 changes: 0 additions & 2 deletions script/releasing/releaser.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ def get_changelog():
# PULL CHANGES
run_command("git pull origin master")

pprint(output)

# GET GIT HISTORY
# Create the repository, raises an error if it isn't one.
repo = git.Repo(".git")
Expand Down

0 comments on commit 3bfd506

Please sign in to comment.