Skip to content

Commit

Permalink
Release Pext v0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastProject committed Nov 30, 2022
1 parent 2fc9657 commit c3c5d6d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.33] - 2022-11-28
## [0.34] - 2022-11-30
### Packaging changes
- Update Python to 3.11

Expand Down
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>0.33</string>
<string>0.34</string>
<key>CFBundleShortVersionString</key>
<string>0.33</string>
<string>0.34</string>
<key>LSMinimumSystemVersion</key>
<string>10.7.0</string>
<key>LSUIElement</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Pext

<a href="https://repology.org/metapackage/pext/versions">
<img src="https://repology.org/badge/vertical-allrepos/pext.svg?minversion=0.33" alt="Packaging status" align="right">
<img src="https://repology.org/badge/vertical-allrepos/pext.svg?minversion=0.34" alt="Packaging status" align="right">
</a>

![Lilly the leoger](/assets/logo.png)
Expand Down
4 changes: 2 additions & 2 deletions RELEASE_STEPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
## Preparation
1. Update the ``<VERSION>`` in ``pext/VERSION``
2. Update the ``<VERSION>`` in ``Info.plist``
3. Update the ``<VERSION>`` and ``<DATE>`` in ``CHANGELOG``
3. Update the ``<VERSION>`` and ``<DATE>`` in ``CHANGELOG.md``
4. Update the minversion in the repology badge in `README.md`
5. In case new features have been added, update the current GIF under the head Introduction in `README.md` using ```convert -delay 100 <IMAGES> -loop 0 pext_intro.gif```

## GitHub
1. ```git add pext/VERSION Info.plist CHANGELOG README.md```
1. ```git add pext/VERSION Info.plist CHANGELOG.md README.md```
2. ```git commit -m "Release Pext v<VERSION>"```
3. ```git tag -a v<VERSION> -m "Release Pext v<VERSION>"```
4. ```git push```
Expand Down
2 changes: 1 addition & 1 deletion pext/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.33
0.34

0 comments on commit c3c5d6d

Please sign in to comment.