Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dvershinin committed Jul 8, 2021
1 parent 36ee365 commit 50548d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.4.1] - 2021-07-08
### Fixed
* `--download` option works for asset downloads, as long as there is one asset

## [1.4.0] - 2021-06-27
### Added
* Now it's easy get OS versions. Just run `lastversion ubuntu` or something
Expand Down
1 change: 0 additions & 1 deletion lastversion/GitHubRepoSession.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ def find_in_tags_via_graphql(self, ret, pre_ok, major):
}
}
"""
cursor = ''

Expand Down
2 changes: 1 addition & 1 deletion lastversion/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.4.0'
__version__ = '1.4.1'
2 changes: 1 addition & 1 deletion lastversion/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class BadProjectError(Exception):

# this is all too simple for now
non_amd64_markers = ['i386', 'i686', 'arm', 'arm64', '386', 'ppc64', 'armv7', 'armv7l',
'mips64', 'ppc64', 'mips64le', 'ppc64le', 'aarch64']
'mips64', 'ppc64', 'mips64le', 'ppc64le', 'aarch64']


def asset_does_not_belong_to_machine(asset):
Expand Down

0 comments on commit 50548d5

Please sign in to comment.