Skip to content

Commit 51e6cbb

Browse files
committed
đź”– Release v1.1.3 - fix version.t test failure in v1.1.2
1 parent 4662cb5 commit 51e6cbb

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#### Changelog
22

3-
##### 1.1.2+git
3+
##### 1.1.3
4+
- Fix 1.1.2 `version.t` test failure due to out-of-sync CHANGELOG entries
45

56
##### 1.1.2
67
- Rename `project.script` from `firefox_decrypt` to `firefox-decrypt` for consistency with project name

‎firefox_decrypt.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def internal_version():
7474
return p.stdout.strip()
7575

7676

77-
__version_info__ = (1, 1, 2, "+git")
77+
__version_info__ = (1, 1, 3)
7878
__version__: str = get_version()
7979

8080

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "firefox-decrypt"
3-
version = "1.1.2"
3+
version = "1.1.3"
44
description = "Firefox Decrypt is a tool to extract passwords from Mozilla (Firefox™, Waterfox™, Thunderbird®, SeaMonkey®) profiles"
55
authors = [{name = "Renato Alves"}]
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)