Skip to content

Commit eb421b9

Browse files
fix: updated version files and minor fix in wiki
1 parent f20929c commit eb421b9

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
2.0.0

discopop_explorer/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.0"
1+
__version__ = "2.0.0"

discopop_profiler/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.0"
1+
__version__ = "2.0.0"

docs/How_to_contribute.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ A good and easy option for this is to use the `Create a branch` link which can b
2424

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

0 commit comments

Comments
 (0)