Skip to content

Commit

Permalink
Release Pext v0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastProject committed Nov 15, 2019
1 parent 29d04ba commit e148473
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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/).

## [Unreleased]
## [0.27] - 2019-11-15
### Added
- Option to disable automatic module and theme update install
- Ctrl+Y and Ctrl+N hotkeys to activate/dismiss top-most actionable
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.26</string>
<string>0.27</string>
<key>CFBundleShortVersionString</key>
<string>0.26</string>
<string>0.27</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.26" alt="Packaging status" align="right">
<img src="https://repology.org/badge/vertical-allrepos/pext.svg?minversion=0.27" alt="Packaging status" align="right">
</a>

![Lilly the leoger](/assets/logo.png)
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_STEPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
1. Press "Commit" on Weblate to ensure all translations are up to date
2. Merge Weblate pull request
3. Check for new translatable strings (``lupdate-qt5 pext/pext.pro``)
4. Compile translations (``lrelease-qt5 pext/pext.pro``)

## Cleanup
1. ```git clean -dfx``` to delete all untracked files and directories
2. Temporarily disable dulwich version generation in setup.py
3. Compile translations (``lrelease-qt5 pext/pext.pro``)

## Preparation
1. Update the ``<VERSION>`` in ``pext/VERSION``
Expand Down
2 changes: 1 addition & 1 deletion pext/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.26+18.g821b2d3
0.27

0 comments on commit e148473

Please sign in to comment.