Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Feb 12, 2024
1 parent 548b9e1 commit c366da6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

0.5.0 (unreleased)
------------------

- No changes yet.


0.4.0 (2024-02-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "treibstoff",
"title": "Treibstoff JS",
"description": "Javascript foundations for cone.app",
"version": "0.4.0",
"version": "0.5.0",
"main": "src/treibstoff.js",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read_file(name):
return f.read()


version = '0.4.0'
version = '0.5.0.dev0'
shortdesc = (
'A set of useful javascript tools for writing browser '
'based applications (or parts of it).'
Expand Down

0 comments on commit c366da6

Please sign in to comment.