Skip to content

Commit

Permalink
v2.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dvershinin committed Mar 27, 2023
1 parent e44a0f0 commit c4ac97c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.4.13] - 2023-03-28
### Fixed
* Downloading GitLab `--assets` is now possible
* Fixed `--exclude` option not working
* Fixes detecting of some pre-releases

## [2.4.12] - 2023-03-11
### Fixed
* Fixes an issue where release feed contains identical tag versions #92
Expand Down
2 changes: 1 addition & 1 deletion lastversion/__about__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '2.4.12'
__version__ = '2.4.13'
__self__ = "dvershinin/lastversion"

0 comments on commit c4ac97c

Please sign in to comment.