Skip to content

Commit

Permalink
Change version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glubsy committed Dec 6, 2020
1 parent 32d66cd commit 6bc6190
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. Windows 10 / OSX 10.15 / Ubuntu 20.04]
- Version [e.g. 4.0.5]
- OS: [e.g. Windows 10 / OSX 10.15 / Ubuntu 20.04 / Arch Linux]
- Version [e.g. 4.1.0]

**Additional context**
Add any other context about the problem here. You may include the debug log although it is normally best to attach it as a file.
2 changes: 1 addition & 1 deletion core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "4.0.5"
__version__ = "4.1.0"
__appname__ = "dupeGuru"
5 changes: 3 additions & 2 deletions help/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== 4.0.5 (2020-10-27)
=== 4.1.0 (2020-12-06)

* Use tabs instead of floating windows (#688)
* Add image comparison features to details dialog (#683)
Expand All @@ -14,7 +14,8 @@
* Add shortcut description to mark selected action (#656)
* Fix row trimming being too aggressive. (#655, #654)
* Add a preference option to disable bold font on reference row (#646)
* Various building and packaging issues
* Use relative icon path for themes to override more easily (#746)
* Fix various building and packaging issues

=== 4.0.4 (2019-05-13)

Expand Down

0 comments on commit 6bc6190

Please sign in to comment.