Skip to content

Commit 0325a2b

Browse files
author
Evgeny Metelkin
committed
update version
1 parent 3b568cd commit 0325a2b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "HetaSimulator"
22
uuid = "630b40c4-2f38-41ff-bcb3-b2c7232fed0d"
33
authors = ["Ivan Borisov", "Evgeny Metelkin"]
4-
version = "0.4.10"
4+
version = "0.4.11"
55

66
[deps]
77
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"

release.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# How to make a release
2+
3+
1. push everything into __develop__ branch
4+
1. check with `] test HetaSimulator`
5+
1. update changelog to new version
6+
1. update version in __Project.toml__
7+
1. push commit with title 'update version'
8+
1. merge to master branch
9+
1. go to https://juliahub.com/ => contribute
10+
1.

0 commit comments

Comments
 (0)