Skip to content

Commit

Permalink
version 2.5.91
Browse files Browse the repository at this point in the history
  • Loading branch information
carrotIndustries committed May 2, 2024
1 parent 3ba4491 commit c1ec9c9
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
@@ -1,4 +1,4 @@
# Version 2.5.90
# Version 2.5.91

## New Features

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('horizon-eda', ['cpp', 'c'],
version: '2.5.90',
version: '2.5.91',
meson_version: '>=0.53',
default_options: ['cpp_std=c++17', 'warning_level=1'],
)
Expand Down
4 changes: 2 additions & 2 deletions org.horizon_eda.HorizonEDA.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<content_rating type="oars-1.0" />

<releases>
<release version="2.5.90" date="2023-05-02">
<url>https://github.com/horizon-eda/horizon/releases/tag/v2.5.90</url>
<release version="2.5.91" date="2023-05-02">
<url>https://github.com/horizon-eda/horizon/releases/tag/v2.5.91</url>
<description>
<p>What's new</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion scripts/CHANGELOG.md.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version 2.5.90
# Version 2.5.91

## New Features

Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
major = 2
minor = 5
micro = 90
micro = 91
name = "Kepler"

string = ".".join(str(x) for x in (major, minor, micro))

0 comments on commit c1ec9c9

Please sign in to comment.