Skip to content

Commit

Permalink
fix: updated version files and minor fix in wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Nov 28, 2022
1 parent f20929c commit eb421b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
2.0.0
2 changes: 1 addition & 1 deletion discopop_explorer/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.0"
__version__ = "2.0.0"
2 changes: 1 addition & 1 deletion discopop_profiler/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.0"
__version__ = "2.0.0"
1 change: 1 addition & 0 deletions docs/How_to_contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ A good and easy option for this is to use the `Create a branch` link which can b

## Creating a new release
Execute the following steps in order to create a new DiscoPoP release:
- Update the version files in the repository
- Create a branch of the `master` with the name `release/1.2.3`
- Create a tag on the newly created branch with the name `v1.2.3`
- Creating the tag triggers the automatic publication of the project to PyPi
Expand Down

0 comments on commit eb421b9

Please sign in to comment.