Skip to content

Commit

Permalink
RELEASE 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otsaloma committed Apr 3, 2024
1 parent f75e8b4 commit b72275e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-04-03: NFO Viewer 2.0.1
============================

* Don't make build depend on flake8

2024-04-03: NFO Viewer 2.0
==========================

Expand Down
1 change: 1 addition & 0 deletions data/io.otsaloma.nfoview.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<url type="translate">https://app.transifex.com/otsaloma/nfoview/</url>
<launchable type="desktop-id">io.otsaloma.nfoview.desktop</launchable>
<releases>
<release version="2.0.1" date="2024-04-03"/>
<release version="2.0" date="2024-04-03"/>
<release version="1.99" date="2023-08-15"/>
<release version="1.29" date="2022-10-03"/>
Expand Down
2 changes: 1 addition & 1 deletion nfoview/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

__version__ = "2.0"
__version__ = "2.0.1"

import sys
import warnings
Expand Down

0 comments on commit b72275e

Please sign in to comment.