Skip to content

Commit

Permalink
Merge pull request #865 from autopkg/master
Browse files Browse the repository at this point in the history
Merge master into dev
  • Loading branch information
homebysix committed Jul 7, 2023
2 parents c1ce65a + 25faad4 commit 35b3553
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
### [2.7.2](https://github.com/autopkg/autopkg/compare/v2.7.1...HEAD) (Unreleased)
### [2.7.3](https://github.com/autopkg/autopkg/compare/v2.7.2...HEAD) (Unreleased)

### [2.7.2](https://github.com/autopkg/autopkg/compare/v2.7.1...v2.7.2) (December 07, 2022)

* Fix for SparkleUpdateInfoProvider. (https://github.com/autopkg/autopkg/pull/845)

**Full Changelog**: https://github.com/autopkg/autopkg/compare/v2.71..v2.7.2

### [2.7.1](https://github.com/autopkg/autopkg/compare/v2.7.1...v2.7.1) (December 06, 2022)

Expand Down
2 changes: 1 addition & 1 deletion Code/autopkglib/version.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>Version</key>
<string>2.7.2</string>
<string>2.7.3</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion new_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
appdirs==1.4.4
attrs==21.4.0
black==22.3.0
certifi==2021.10.8
certifi==2022.12.7
cffi==1.15.0
cfgv==3.3.1
click==8.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ appdirs==1.4.3
aspy.yaml==1.2.0
attrs==19.1.0
black==19.10b0
certifi==2019.9.11
certifi==2022.12.7
cffi==1.13.1
cfgv==2.0.0
Click==7.0
Expand Down

0 comments on commit 35b3553

Please sign in to comment.