Skip to content

Commit

Permalink
Bump version to 1.1.9-dev after release
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschanda committed Aug 23, 2023
1 parent a96a065 commit 75115bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ generated in the following situations:
## Changelog


### 1.1.9-dev



### 1.1.8

* [TRLC] Hotfix for the CVC5 API issue: pinning PyVCG to 1.0.3, which
Expand Down
4 changes: 2 additions & 2 deletions trlc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
# You should have received a copy of the GNU General Public License
# along with TRLC. If not, see <https://www.gnu.org/licenses/>.

VERSION_TUPLE = (1, 1, 8)
VERSION_SUFFIX = ""
VERSION_TUPLE = (1, 1, 9)
VERSION_SUFFIX = "dev"

TRLC_VERSION = ("%u.%u.%u" % VERSION_TUPLE) + \
("-%s" % VERSION_SUFFIX if VERSION_SUFFIX else "")
Expand Down

0 comments on commit 75115bd

Please sign in to comment.